diff --git a/CHANGES.md b/CHANGES.md index f80355c..72414ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ Changes ======= -* in development: +* 09.02.2012 - v0.6.7: * Add `--coverage-no-regen` option. If this option is used coverage won't be regenerated if a `lib-cov` directory already exists in a current working diff --git a/package.json b/package.json index d2ebbb8..414ec45 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "whiskey", "description": "A simple test runner for NodeJS applications.", - "version": "0.6.6", + "version": "0.6.7", "author": "Cloudkick, Inc. http://www.cloudkick.com", "keywords": [ "whiskey", "tests", "test runner", "testing", "tdd", "coverage", "test coverage"], "homepage": "https://github.com/cloudkick/whiskey",