From c83a9bf60b5ac6d0784e4a0af2180d7386201db2 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Sat, 18 Jun 2016 16:07:58 +0200 Subject: [PATCH] opam: version = 1.0 --- opam/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opam/opam b/opam/opam index 27da666..c5d0664 100644 --- a/opam/opam +++ b/opam/opam @@ -10,7 +10,7 @@ dev-repo: "https://github.com/dannywillems/ocaml-cordova-plugin-push" license: "LGPL-3.0 with OCaml linking exception" -version: "dev" +version: "1.0" build: [make "build"] install: [make "install"]