Skip to content

Commit 4823d8c

Browse files
committed
bumps
1 parent f2651e2 commit 4823d8c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BackstopJS automates CSS regression testing of your responsive web UI by compari
1414
## News
1515

1616

17-
### Version 1.1.0 available now
17+
### Version 1.2.0 available now
1818
[Please file questions, comments or issues here](https://github.com/garris/BackstopJS/issues).
1919

2020
**Version 1.1 includes reliability fixes plus a handful of improvements to close out the original roadmap.**

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BackstopJS",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"main": "/",
55
"ignore": [
66
"node_modules",

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>Catch CSS curve balls.</h2>
7676

7777
<!-- <strong><a href="http://expanded.me/category/backstopjs/">News: Version 0.8.0 BETA available now.</a></strong>
7878
-->
79-
<strong><a href="https://github.com/garris/BackstopJS#version-080-beta-available-now">News: Version 1.1.0 available now.</a></strong>
79+
<strong><a href="https://github.com/garris/BackstopJS#version-080-beta-available-now">News: Version 1.2.0 available now.</a></strong>
8080
<br/>
8181
<strong>Improved installation -- just `npm install backstopjs` and you're ready to go!</strong>
8282
<br/>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backstopjs",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "BackstopJS: Catch CSS curveballs.",
55
"scripts": {
66
"genConfig": "gulp genConfig",

0 commit comments

Comments
 (0)