Skip to content

Commit

Permalink
Merge pull request #7 from SiftScience/alex_bump_version
Browse files Browse the repository at this point in the history
(NR) Bump version to 1.2
  • Loading branch information
lopatin authored Dec 14, 2016
2 parents a684a0c + ee264d9 commit 3a24ed3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
1.1.1 (2016-11-30)
1.2 (2016-12-14)
==================

- Initial public release.

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.1.1</version>
<version>1.2</version>
</dependency>
```
### Gradle
```
dependencies {
compile 'com.siftscience:sift-java:1.1.1'
compile 'com.siftscience:sift-java:1.2'
}
```
### Other
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'signing'
apply plugin: 'java-library-distribution'

group = 'com.siftscience'
version = '1.1.1'
version = '1.2'
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand Down

0 comments on commit 3a24ed3

Please sign in to comment.