Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rylanc committed Jul 25, 2014
1 parent 3a97f23 commit 073d53e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.2.1 / 2014-07-18
==================

* Fixed dependencies

0.2.0 / 2014-07-18
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "norbyjs",
"version": "0.2.0",
"version": "0.2.1",
"description": "Call your Ruby libraries from node.js",
"keywords": [
"norby",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.21.1"
"mocha": "~1.21.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec"
Expand Down

0 comments on commit 073d53e

Please sign in to comment.