From 4987e52d0c29e87d60c50876fb044b76cb602343 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 24 Jul 2012 10:44:06 -0700 Subject: [PATCH] v0.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4afded9d2..43e6bbee6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-gyp" , "description": "Node.js native addon build tool" , "keywords": [ "native", "addon", "module", "c", "c++", "bindings", "gyp" ] -, "version": "0.6.0" +, "version": "0.6.1" , "installVersion": 9 , "author": "Nathan Rajlich (http://tootallnate.net)" , "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-gyp.git" }