diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0bb26..7b42a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # CHANGELOG ### HEAD + +### v0.3.2 * Update dependencies * Add `mismatchTolerance`as option * Add `waitTimeout` as option diff --git a/bower.json b/bower.json index b5a5eff..e326d5c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "grunt-phantomcss", - "version": "0.3.1", + "version": "0.3.2", "homepage": "https://github.com/anselmh/grunt-phantomcss", "authors": [ "Chris Gladd ", diff --git a/package.json b/package.json index 1807dd5..5d0f94c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-phantomcss", "description": "Plugin to do CSS regression testing via PhantomCSS.", - "version": "0.3.1", + "version": "0.3.2", "homepage": "https://github.com/anselmh/grunt-phantomcss", "author": { "name": "Chris Gladd",