From ff31775478d14e686c820eb0fd25d4b8d80e218f Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Thu, 5 Apr 2012 17:41:16 -0700 Subject: [PATCH] v0.3.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cae752..4d42c40 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.3.10" +, "version": "0.3.11" , "installVersion": 7 , "author": "Nathan Rajlich (http://tootallnate.net)" , "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-gyp.git" }