Skip to content

Commit

Permalink
Bumped version to 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Jan 15, 2016
1 parent 6bdec86 commit 2caa3f7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LIB := markup
VERSION := 0.5
VERSION := 0.6

if_package = ! ocamlfind query $(1) > /dev/null 2> /dev/null || ( $(2) )

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Markup.ml   [![version 0.5][version]][releases] [![(BSD license)][license-img]][license]
# Markup.ml   [![version 0.6][version]][releases] [![(BSD license)][license-img]][license]

[version]: https://img.shields.io/badge/version-0.5-blue.svg
[version]: https://img.shields.io/badge/version-0.6-blue.svg
[license-img]: https://img.shields.io/badge/license-BSD-blue.svg

Markup.ml is a pair of parsers implementing the HTML5 and XML specifications.
Expand Down
6 changes: 3 additions & 3 deletions src/META
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
version = "0.5"
version = "0.6"
description = "Error-recovering functional HTML5 and XML parsers"
requires = "uutf"
archive(byte) = "markup.cma"
archive(native) = "markup.cmxa"

package "lwt" (
version = "0.5"
version = "0.6"
description = "Error-recovering functional HTML5 and XML parsers"
exists_if = "markup_lwt.cma"
requires = "markup lwt"
archive(byte) = "markup_lwt.cma"
archive(native) = "markup_lwt.cmxa"

package "unix" (
version = "0.5"
version = "0.6"
description = "Error-recovering functional HTML5 and XML parsers"
exists_if = "markup_lwt_unix.cma"
requires = "markup.lwt lwt.unix"
Expand Down
2 changes: 1 addition & 1 deletion src/markup.mli
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ val write_xml : signal stream -> char stream
Markup.ml is developed on {{:https://github.com/aantron/markup.ml} GitHub}
and distributed under the
{{:https://github.com/aantron/markup.ml/blob/master/doc/LICENSE}
BSD license}. This documentation is for version 0.5 of the library.
BSD license}. This documentation is for version 0.6 of the library.
Documentation for older versions can be found on the
{{: https://github.com/aantron/markup.ml/releases} releases page}. *)

Expand Down
2 changes: 1 addition & 1 deletion src/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "markup"
version: "0.5"
version: "0.6"
maintainer: "Anton Bachin <[email protected]>"
authors: "Anton Bachin <[email protected]>"
homepage: "https://github.com/aantron/markup.ml"
Expand Down

0 comments on commit 2caa3f7

Please sign in to comment.