Skip to content

Commit 936e52f

Browse files
committed
Bumps version to 0.9.6 (#68)
1 parent 1d07b75 commit 936e52f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add Sift to your application’s build.gradle file:
1919
```
2020
dependencies {
2121
...
22-
compile 'com.siftscience:sift-android:0.9.5'
22+
compile 'com.siftscience:sift-android:0.9.6'
2323
...
2424
}
2525
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=0.9.5
20+
VERSION_NAME=0.9.6
2121
VERSION_CODE=5
2222

2323
GROUP=com.siftscience

sift/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
minSdkVersion 16 // Jelly Bean 4.1.x (basically Java 6)
2323
targetSdkVersion 25
2424
versionCode 5
25-
versionName '0.9.5'
25+
versionName '0.9.6'
2626

2727
consumerProguardFiles 'proguard-rules.pro'
2828
}

sift/src/main/java/siftscience/android/Sift.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
/** The main class of the Sift client library. */
3030
public class Sift {
31-
public static final String SDK_VERSION = "0.9.5";
31+
public static final String SDK_VERSION = "0.9.6";
3232
private static final String TAG = Sift.class.getName();
3333

3434
private static Sift instance;

0 commit comments

Comments
 (0)