Skip to content

Commit 313c5a1

Browse files
committed
Prep for version 0.2
1 parent 8455bdc commit 313c5a1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

_oasis

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
OASISFormat: 0.4
22
Name: nodejs
3-
Version: 0.1
3+
Version: 0.2
44
Synopsis: js_of_ocaml bindings for nodejs
55
Authors: Edgar Aroutiounian <[email protected]>
66
Maintainers: Edgar Aroutiounian <[email protected]>
@@ -19,8 +19,6 @@ Description:
1919
Library nodejs
2020
Path: src
2121
Modules: Nodejs, Nodejs_kit
22-
# Every time you add a new module be sure to add it here to
23-
# InternalModules field
2422
InternalModules:
2523
Http, Url, Net, Events, Fs, Process
2624
CompiledObject: byte

opam/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "nodejs"
3-
version: "0.1"
3+
version: "0.2"
44
maintainer: "Edgar Aroutiounian <[email protected]>"
55
authors: [ "Edgar Aroutiounian <[email protected]>" ]
66
license: "BSD-3-clause"

0 commit comments

Comments
 (0)