Skip to content

Commit d2b37c0

Browse files
committed
Prepare for next dvelopment iteration
1 parent 6f4f45c commit d2b37c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
3737
<dependency>
3838
<groupId>com.assertthat</groupId>
3939
<artifactId>selenium-shutterbug</artifactId>
40-
<version>1.2</version>
40+
<version>1.3</version>
4141
<exclusions>
4242
<exclusion>
4343
<groupId>org.seleniumhq.selenium</groupId>
@@ -50,7 +50,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
5050
##### Using Gradle
5151

5252
```
53-
compile ('com.assertthat:selenium-shutterbug:1.2') {
53+
compile ('com.assertthat:selenium-shutterbug:1.3') {
5454
exclude group: "org.seleniumhq.selenium", name: "selenium-java"
5555
}
5656
```

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.assertthat</groupId>
66
<artifactId>selenium-shutterbug</artifactId>
7-
<version>1.3</version>
7+
<version>1.4-SNAPSHOT</version>
88
<name>selenium-shutterbug</name>
99
<description>Utility library to create customized screenshots using Selenium WebDriver and Java AWT</description>
1010
<url>http://www.assertthat.com</url>

0 commit comments

Comments
 (0)