From 556195aeb2878191a271a1b5b37985593a2657ac Mon Sep 17 00:00:00 2001 From: Justin Searls Date: Sun, 20 Oct 2013 10:46:18 -0400 Subject: [PATCH] 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a25dc2..5c87bab 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A sandboxed Node.js module loader that lets you inject dependencies into your modules.", "keywords": ["require", "mocking", "mocks", "stubs", "dependency injection", "testing"], "license": "MIT", - "version": "0.2.2", + "version": "0.3.0", "homepage": "https://github.com/felixge/node-sandboxed-module", "repository": { "type": "git",