Skip to content

Commit c0c779c

Browse files
authored
Bump version
1 parent ab36528 commit c0c779c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
1919
<dependency>
2020
<groupId>com.assertthat</groupId>
2121
<artifactId>selenium-shutterbug</artifactId>
22-
<version>1.0</version>
22+
<version>1.1</version>
2323
<exclusions>
2424
<exclusion>
2525
<groupId>org.seleniumhq.selenium</groupId>
@@ -32,15 +32,15 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
3232
##### Using Gradle
3333

3434
```
35-
compile ('com.assertthat:selenium-shutterbug:1.0') {
35+
compile ('com.assertthat:selenium-shutterbug:1.1') {
3636
exclude group: "org.seleniumhq.selenium", name: "selenium-java"
3737
}
3838
```
3939

4040
##### Using SBT
4141

4242
```
43-
"com.assertthat" % "selenium-shutterbug" % "1.0" exclude("org.seleniumhq
43+
"com.assertthat" % "selenium-shutterbug" % "1.1" exclude("org.seleniumhq
4444
.selenium", "selenium-java"),
4545
```
4646

0 commit comments

Comments
 (0)