From cda7e15fdc35c0c53cf42184b56ddc1a7ef94a7f Mon Sep 17 00:00:00 2001 From: Justin Cataldo Date: Thu, 31 Oct 2013 21:03:32 -0400 Subject: [PATCH] bump version --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b53c313..5ff99bc 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ grunt.registerTask('test', ['connect', 'mocha_phantomjs']); ## Release History +* 2013-10-31   v0.3.1   Added support for --no-color * 2013-07-05   v0.3.0   Upgrade mocha-phantomjs to 3.1.0 * 2013-04-19   v0.2.8   Fix path to mocha-phantomjs binary on windows when not installed with plugin * 2013-04-19   v0.2.7   Fixes error thrown when tests pass and no output file specified diff --git a/package.json b/package.json index 67c3d86..c0fc2ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-mocha-phantomjs", "description": "Run client-side mocha tests using phantomjs", - "version": "0.3.0", + "version": "0.3.1", "homepage": "https://github.com/jdcataldo/grunt-mocha-phantomjs", "author": { "name": "Justin Cataldo",