From b43107aa538b2033b31b4ec4a32584a47616807c Mon Sep 17 00:00:00 2001 From: Jauco Noordzij Date: Mon, 28 Jul 2014 16:43:41 +0200 Subject: [PATCH] Major version because we changed the test output to always contain the unittest results in junit format --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7255a1a..edc478d3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jester-tester", "description": "Get your project tested and out there with minimal fuss.", "repository": "https://github.com/jauco/jester", - "version": "1.4.0", + "version": "2.0.0", "author": "Jauco Noordzij ", "bin": { "jester-watch": "./src/bin/jester-watch.js",