Skip to content
This repository was archived by the owner on Feb 25, 2018. It is now read-only.

Commit 2112d74

Browse files
committed
v0.3.2
1 parent 81263b6 commit 2112d74

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CHANGELOG
22

33
### HEAD
4+
5+
### v0.3.2
46
* Update dependencies
57
* Add `mismatchTolerance`as option
68
* Add `waitTimeout` as option

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grunt-phantomcss",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"homepage": "https://github.com/anselmh/grunt-phantomcss",
55
"authors": [
66
"Chris Gladd <chris.m.gladd@gmail.com>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-phantomcss",
33
"description": "Plugin to do CSS regression testing via PhantomCSS.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"homepage": "https://github.com/anselmh/grunt-phantomcss",
66
"author": {
77
"name": "Chris Gladd",

0 commit comments

Comments
 (0)