From 3aeadefda2afa0d9301378d995a518a5296a2001 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Sun, 28 Feb 2016 13:07:41 -0500 Subject: [PATCH] Bump NPM version to 0.1.1 in preparation for publishing. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e6c9b677a..a23920fa2c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "meteor-node-stubs", "author": "Ben Newman ", "description": "Stub implementations of Node built-in modules, a la Browserify", - "version": "0.1.0", + "version": "0.1.1", "main": "index.js", "license": "MIT", "scripts": {