Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vbauer committed Apr 13, 2017
1 parent c7f1d83 commit 695cc18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ you need to configure JitPack's Maven repository to fetch artifacts (dependencie
<dependency>
<groupId>com.github.vbauer</groupId>
<artifactId>jconditions</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
</dependencies>
```
Expand All @@ -96,7 +96,7 @@ repositories {
}
dependencies {
testCompile 'com.github.vbauer:jconditions:1.2.1'
testCompile 'com.github.vbauer:jconditions:1.2.2'
}
```

Expand Down

0 comments on commit 695cc18

Please sign in to comment.