Skip to content

Commit

Permalink
Update README to version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lopatin authored Jan 26, 2017
1 parent 149c664 commit 1fada40
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 @@ -11,13 +11,13 @@ Java 1.7 or later.
<dependency>
<groupId>com.siftscience</groupId>
<artifactId>sift-java</artifactId>
<version>1.3</version>
<version>1.3.1</version>
</dependency>
```
### Gradle
```
dependencies {
compile 'com.siftscience:sift-java:1.3'
compile 'com.siftscience:sift-java:1.3.1'
}
```
### Other
Expand Down

0 comments on commit 1fada40

Please sign in to comment.