Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fxfactorial committed Nov 3, 2015
1 parent 3e04ee4 commit 76ff5a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: nodejs
Version: 0.2
Version: 0.3
Synopsis: js_of_ocaml bindings for nodejs
Authors: Edgar Aroutiounian <edgar.factorial@gmail.com>
Maintainers: Edgar Aroutiounian <edgar.factorial@gmail.com>
Expand Down
8 changes: 4 additions & 4 deletions opam/descr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Write OCaml, run on node
js_of_ocaml bindings for nodejs

These are js_of_ocaml bindings to the node JavaScript API.
Get all the power of the node ecosystem with the type safety
of OCaml.
Write OCaml, run on node These are js_of_ocaml bindings to the node
JavaScript API. Get all the power of the node ecosystem with the type
safety of OCaml.
4 changes: 2 additions & 2 deletions opam/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "nodejs"
version: "0.2"
version: "0.3"
maintainer: "Edgar Aroutiounian <edgar.factorial@gmail.com>"
authors: [ "Edgar Aroutiounian <edgar.factorial@gmail.com>" ]
license: "BSD-3-clause"
Expand All @@ -26,5 +26,5 @@ depends: [
"js_of_ocaml"
"oasis" {build & >= "0.4"}
"ocamlfind" {build}
"yojson"
]
available: [ocaml-version >= "4.02"]

0 comments on commit 76ff5a9

Please sign in to comment.