From 4c24344b1eb4a13082360c464821190a3a43a561 Mon Sep 17 00:00:00 2001 From: Nick Santos Date: Fri, 1 Nov 2013 11:59:51 -0400 Subject: [PATCH] Bump version to 0.3.0. Biggest changes are to fcall/nfcall API changes --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 676bf09..ba33166 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/azulus)" @@ -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"