diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e64599a3..f07a7c17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Dev +## 0.3.3 - 2014-05-19 * Allow to use multiple reporters in `test` command. * Throw error when creating multiple suites of the same name within diff --git a/package.json b/package.json index 7f3005ffb..9b377a52b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini", - "version": "0.3.2", + "version": "0.3.3", "description": "UI Screenshot testing utility", "bin": { "gemini": "./bin/gemini"