Skip to content

Commit

Permalink
Prepare for next dvelopment iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Glib Briia committed Jan 8, 2021
1 parent 6f4f45c commit d2b37c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
<dependency>
<groupId>com.assertthat</groupId>
<artifactId>selenium-shutterbug</artifactId>
<version>1.2</version>
<version>1.3</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
Expand All @@ -50,7 +50,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
##### Using Gradle

```
compile ('com.assertthat:selenium-shutterbug:1.2') {
compile ('com.assertthat:selenium-shutterbug:1.3') {
exclude group: "org.seleniumhq.selenium", name: "selenium-java"
}
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.assertthat</groupId>
<artifactId>selenium-shutterbug</artifactId>
<version>1.3</version>
<version>1.4-SNAPSHOT</version>
<name>selenium-shutterbug</name>
<description>Utility library to create customized screenshots using Selenium WebDriver and Java AWT</description>
<url>http://www.assertthat.com</url>
Expand Down

0 comments on commit d2b37c0

Please sign in to comment.