From 2c72798f19cdff89c72b595371cdf8010d457f6a Mon Sep 17 00:00:00 2001 From: nojebar Date: Fri, 10 Mar 2023 09:32:43 +0100 Subject: [PATCH] Update version --- dune-project | 4 ++-- gen_js_api.opam | 4 ++-- ojs.opam | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dune-project b/dune-project index c3fc1a5..e44fd6d 100644 --- a/dune-project +++ b/dune-project @@ -1,6 +1,6 @@ (lang dune 2.7) (name gen_js_api) -(version 1.1.1) +(version 1.1.2) (maintainers "Alain Frisch ") (authors @@ -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))) ) diff --git a/gen_js_api.opam b/gen_js_api.opam index 14645f2..a9417c5 100644 --- a/gen_js_api.opam +++ b/gen_js_api.opam @@ -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: """ @@ -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: [ diff --git a/ojs.opam b/ojs.opam index 056ab8b..8c71b4d 100644 --- a/ojs.opam +++ b/ojs.opam @@ -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 "]