From cb447650eec65cafdeab500321aaa017de9a6dd0 Mon Sep 17 00:00:00 2001 From: Prashant Tiwari Date: Mon, 23 Jan 2017 21:40:38 +0530 Subject: [PATCH] Release 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f6dac0..d8c2604 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-tdd", "displayName": "Node TDD", - "version": "0.1.1", + "version": "0.2.0", "description": "Ease test-driven development in Node/JavaScript", "main": "./out/src/extension", "repository": {