Skip to content

Commit d336776

Browse files
committed
Reflect the WIP version
1 parent f8a1c0c commit d336776

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Status](https://travis-ci.org/tbranyen/nodegit.png)](https://travis-ci.org/nodeg
88
<a href="https://ci.appveyor.com/project/TimBranyen/nodegit"><img src="https://ci.appveyor.com/api/projects/status/e5a5q75l9yfhnfv2/branch/master" alt="Build Status: Windows" height="18" /></a>
99

1010
**Stable: 0.1.4**
11+
**Unstable: 0.2.0**
1112

1213
Maintained by Tim Branyen [@tbranyen](http://twitter.com/tbranyen), Michael
1314
Robinson [@codeofinterest](http://twitter.com/codeofinterest), John Haley

generate/types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9240,7 +9240,7 @@
92409240
"const git_cred_acquire_cb *": {
92419241
"cpp": "GitCredAcquireCb",
92429242
"js": "CredAcquireCb"
9243-
},
9243+
},
92449244
"git_blame_init_options": {
92459245
"cpp": "InitOptions",
92469246
"js": "initOptions"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodegit",
33
"description": "Node.js libgit2 asynchronous native bindings",
4-
"version": "0.1.4",
4+
"version": "0.2.0",
55
"libgit2": {
66
"sha": "b4d00c1d2466de3558a7cc6983dce4eb2ee98431",
77
"version": "0.21.1"

0 commit comments

Comments
 (0)