diff --git a/Makefile b/Makefile index 498b41f..18cd9ba 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ LIB := markup -VERSION := 0.7.4 +VERSION := 0.7.5 if_package = ! ocamlfind query $(1) > /dev/null 2> /dev/null || ( $(2) ) diff --git a/README.md b/README.md index a47fe33..2f1b1ca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Markup.ml   [![version 0.7.4][version]][releases] [![Travis status][travis-img]][travis] [![Coverage][coveralls-img]][coveralls] +# Markup.ml   [![version 0.7.5][version]][releases] [![Travis status][travis-img]][travis] [![Coverage][coveralls-img]][coveralls] -[version]: https://img.shields.io/badge/version-0.7.4-blue.svg +[version]: https://img.shields.io/badge/version-0.7.5-blue.svg [travis]: https://travis-ci.org/aantron/markup.ml/branches [travis-img]: https://img.shields.io/travis/aantron/markup.ml/master.svg [coveralls]: https://coveralls.io/github/aantron/markup.ml?branch=master diff --git a/opam b/opam index 68da0f6..185b176 100644 --- a/opam +++ b/opam @@ -1,6 +1,6 @@ opam-version: "1.2" name: "markup" -version: "0.7.4" +version: "0.7.5" maintainer: "Anton Bachin " authors: "Anton Bachin " homepage: "https://github.com/aantron/markup.ml" diff --git a/src/META b/src/META index 0c4e3a2..aa5cfab 100644 --- a/src/META +++ b/src/META @@ -1,11 +1,11 @@ -version = "0.7.4" +version = "0.7.5" description = "Error-recovering functional HTML5 and XML parsers" requires = "uutf" archive(byte) = "markup.cma" archive(native) = "markup.cmxa" package "lwt" ( - version = "0.7.4" + version = "0.7.5" description = "Error-recovering functional HTML5 and XML parsers" exists_if = "markup_lwt.cma" requires = "markup lwt" @@ -13,7 +13,7 @@ package "lwt" ( archive(native) = "markup_lwt.cmxa" package "unix" ( - version = "0.7.4" + version = "0.7.5" description = "Error-recovering functional HTML5 and XML parsers" exists_if = "markup_lwt_unix.cma" requires = "markup.lwt lwt.unix" diff --git a/src/markup.mli b/src/markup.mli index 60daf58..2b69c49 100644 --- a/src/markup.mli +++ b/src/markup.mli @@ -78,7 +78,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/LICENSE.md} BSD - license}. This documentation is for version 0.7.4 of the library. + license}. This documentation is for version 0.7.5 of the library. Documentation for older versions can be found on the {{: https://github.com/aantron/markup.ml/releases} releases page}. *)