From 622a11de5b9d0f3e96b12f9378e3a76fce4ffcc8 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Sat, 18 Jun 2016 16:08:23 +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 7a00363..7774624 100644 --- a/opam/opam +++ b/opam/opam @@ -10,7 +10,7 @@ dev-repo: "https://github.com/dannywillems/ocaml-cordova-plugin-videoplayer" license: "LGPL-3.0 with OCaml linking exception" -version: "dev" +version: "1.0" build: [make "build"] install: [make "install"]