There was an error while loading. Please reload this page.
2 parents fc5794e + da7f565 commit 51e61eaCopy full SHA for 51e61ea
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