Skip to content

Commit

Permalink
Bump version to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Jun 14, 2017
1 parent 7de22ab commit 4ff866a
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.7.4
VERSION := 0.7.5

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.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
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "markup"
version: "0.7.4"
version: "0.7.5"
maintainer: "Anton Bachin <[email protected]>"
authors: "Anton Bachin <[email protected]>"
homepage: "https://github.com/aantron/markup.ml"
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.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"
archive(byte) = "markup_lwt.cma"
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"
Expand Down
2 changes: 1 addition & 1 deletion src/markup.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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}. *)

Expand Down

0 comments on commit 4ff866a

Please sign in to comment.