Skip to content

Commit

Permalink
Merge pull request #23 from Obvious/nick-version
Browse files Browse the repository at this point in the history
Bump version to 0.3.0. Biggest changes are to fcall/nfcall API changes
  • Loading branch information
nicks committed Nov 1, 2013
2 parents 4736c5c + 4c24344 commit 1b89cf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kew"
, "description": "a lightweight promise library for node"
, "version": "0.2.2"
, "version": "0.3.0"
, "homepage": "https://github.com/Obvious/kew"
, "authors": [
"Jeremy Stanley <[email protected]> (https://github.com/azulus)"
Expand All @@ -18,8 +18,8 @@
, "dependencies": {
}
, "devDependencies": {
"q": "0.9.6",
"nodeunit": "0.7.4"
"q": "0.9.7",
"nodeunit": "0.8.1"
}
, "scripts": {
"test": "./node_modules/nodeunit/bin/nodeunit test"
Expand Down

0 comments on commit 1b89cf0

Please sign in to comment.