Skip to content

Commit 1c0985b

Browse files
committed
Update changes & bump version
1 parent 5175a31 commit 1c0985b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Version 1.1.3
5+
-------------
6+
- GPR#173: Compatibility with Wasm_of_ocaml (@vouillon)
7+
- GPR#171: Update build badge and remove unused travis config (@tmcgilchrist)
8+
9+
410
Version 1.1.2
511
-------------
612

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang dune 2.7)
22
(name gen_js_api)
3-
(version 1.1.2)
3+
(version 1.1.3)
44

55
(maintainers "Alain Frisch <alain.frisch@lexifi.com>")
66
(authors

gen_js_api.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "1.1.2"
3+
version: "1.1.3"
44
synopsis: "Easy OCaml bindings for JavaScript libraries"
55
description: """
66

ojs.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "1.1.2"
3+
version: "1.1.3"
44
synopsis: "Runtime Library for gen_js_api generated libraries"
55
description: "To be used in conjunction with gen_js_api"
66
maintainer: ["Alain Frisch <alain.frisch@lexifi.com>"]

0 commit comments

Comments
 (0)