Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nojb committed Mar 10, 2023
1 parent ff80973 commit 2c72798
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(lang dune 2.7)
(name gen_js_api)
(version 1.1.1)
(version 1.1.2)

(maintainers "Alain Frisch <alain.frisch@lexifi.com>")
(authors
Expand Down Expand Up @@ -39,5 +39,5 @@ gen_js_api is to be used with the js_of_ocaml compiler.
(ppxlib (>= 0.26))
(js_of_ocaml-compiler :with-test)
(conf-npm :with-test)
(ojs (= 1.1.1)))
(ojs (= :version)))
)
4 changes: 2 additions & 2 deletions gen_js_api.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.1.1"
version: "1.1.2"
synopsis: "Easy OCaml bindings for JavaScript libraries"
description: """

Expand All @@ -25,7 +25,7 @@ depends: [
"ppxlib" {>= "0.26"}
"js_of_ocaml-compiler" {with-test}
"conf-npm" {with-test}
"ojs" {= "1.1.1"}
"ojs" {= version}
"odoc" {with-doc}
]
conflicts: [
Expand Down
2 changes: 1 addition & 1 deletion ojs.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.1.1"
version: "1.1.2"
synopsis: "Runtime Library for gen_js_api generated libraries"
description: "To be used in conjunction with gen_js_api"
maintainer: ["Alain Frisch <alain.frisch@lexifi.com>"]
Expand Down

0 comments on commit 2c72798

Please sign in to comment.