Skip to content

Commit 2c72798

Browse files
committed
Update version
1 parent ff80973 commit 2c72798

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dune-project

Lines changed: 2 additions & 2 deletions
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.1)
3+
(version 1.1.2)
44

55
(maintainers "Alain Frisch <alain.frisch@lexifi.com>")
66
(authors
@@ -39,5 +39,5 @@ gen_js_api is to be used with the js_of_ocaml compiler.
3939
(ppxlib (>= 0.26))
4040
(js_of_ocaml-compiler :with-test)
4141
(conf-npm :with-test)
42-
(ojs (= 1.1.1)))
42+
(ojs (= :version)))
4343
)

gen_js_api.opam

Lines changed: 2 additions & 2 deletions
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.1"
3+
version: "1.1.2"
44
synopsis: "Easy OCaml bindings for JavaScript libraries"
55
description: """
66

@@ -25,7 +25,7 @@ depends: [
2525
"ppxlib" {>= "0.26"}
2626
"js_of_ocaml-compiler" {with-test}
2727
"conf-npm" {with-test}
28-
"ojs" {= "1.1.1"}
28+
"ojs" {= version}
2929
"odoc" {with-doc}
3030
]
3131
conflicts: [

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.1"
3+
version: "1.1.2"
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)