Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Sep 23, 2015
1 parent ece6f24 commit 99c91b0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ NodeGit
</tbody>
</table>

**Stable: 0.4.1**
**Stable: 0.5.0**

## Have a problem? Come chat with us! ##

Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nodegit",
"description": "Node.js libgit2 asynchronous native bindings",
"version": "0.4.1",
"version": "0.5.0",
"homepage": "http://nodegit.org",
"keywords": [
"libgit2",
Expand Down Expand Up @@ -37,27 +37,27 @@
"node-pre-gyp"
],
"dependencies": {
"fs-extra": "^0.18.2",
"node-pre-gyp": "^0.6.5",
"nodegit-promise": "^3.0.1",
"npm": "^2.9.0",
"fs-extra": "^0.24.0",
"node-pre-gyp": "^0.6.10",
"nodegit-promise": "^3.0.2",
"npm": "^3.3.3",
"promisify-node": "^0.2.1",
"which-native-nodish": "^1.1.1"
"which-native-nodish": "^1.1.3"
},
"devDependencies": {
"combyne": "^0.8.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"js-beautify": "^1.5.5",
"jshint": "^2.7.0",
"combyne": "^0.8.1",
"coveralls": "^2.11.4",
"istanbul": "^0.3.20",
"js-beautify": "^1.5.10",
"jshint": "^2.8.0",
"lcov-result-merger": "^1.0.2",
"lodash": "^3.8.0",
"mocha": "^2.2.4",
"lodash": "^3.10.1",
"mocha": "^2.3.3",
"nan": "^2.0.9",
"node-gyp": "^3.0.1",
"node-gyp": "^3.0.3",
"nw-gyp": "^0.12.4",
"request": "^2.55.0",
"tar": "^2.1.0"
"request": "^2.63.0",
"tar": "^2.2.1"
},
"vendorDependencies": {
"libgit2": {
Expand Down

0 comments on commit 99c91b0

Please sign in to comment.