Skip to content

Commit

Permalink
bumping the patience library version
Browse files Browse the repository at this point in the history
  • Loading branch information
littleclay committed Jan 1, 2018
1 parent b966234 commit 9bebfdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To install, you can simply include the dependency from Maven Central:
<dependency>
<groupId>com.redfin</groupId>
<artifactId>insist</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.redfin</groupId>
<artifactId>insist</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.redfin</groupId>
<artifactId>patience</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>org.opentest4j</groupId>
Expand Down

0 comments on commit 9bebfdc

Please sign in to comment.