Skip to content

Commit b5e8296

Browse files
authored
update version to 1.4.1 in all the places (#21)
1 parent d6954f4 commit b5e8296

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGES.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.4.1 (2017-10-25)
2+
=================
3+
4+
- Fix typo in ApplyDecisionFieldSet.java.
5+
- Throw a ServerException for all 5xx server responses.
6+
17
1.4 (2017-02-28)
28
=================
39

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Java 1.7 or later.
1111
<dependency>
1212
<groupId>com.siftscience</groupId>
1313
<artifactId>sift-java</artifactId>
14-
<version>1.4</version>
14+
<version>1.4.1</version>
1515
</dependency>
1616
```
1717
### Gradle
1818
```
1919
dependencies {
20-
compile 'com.siftscience:sift-java:1.4'
20+
compile 'com.siftscience:sift-java:1.4.1'
2121
}
2222
```
2323
### Other

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'signing'
55
apply plugin: 'java-library-distribution'
66

77
group = 'com.siftscience'
8-
version = '1.4'
8+
version = '1.4.1'
99
sourceCompatibility = 1.7
1010
targetCompatibility = 1.7
1111

0 commit comments

Comments
 (0)