There was an error while loading. Please reload this page.
1 parent fc5794e commit da7f565Copy full SHA for da7f565
1 file changed
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group 'com.telesign'
11
-version '3.0.0'
+version '3.0.1'
12
13
sourceCompatibility = JavaVersion.VERSION_1_8
14
targetCompatibility = JavaVersion.VERSION_1_8
@@ -97,7 +97,7 @@ if (System.getenv('TRAVIS') == null) {
97
98
groupId = 'com.telesign'
99
artifactId = 'telesign'
100
- version = '3.0.0'
+ version = '3.0.1'
101
102
pom {
103
name = 'Telesign SDK'
0 commit comments