We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c9f05 commit 240ee40Copy full SHA for 240ee40
1 file changed
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = 'com.telesign.enterprise'
10
-version = '4.0.0'
+version = '4.0.1'
11
12
sourceCompatibility = JavaVersion.VERSION_1_8
13
targetCompatibility = JavaVersion.VERSION_1_8
@@ -120,7 +120,7 @@ publishing {
120
121
groupId = 'com.telesign.enterprise'
122
artifactId = 'telesignenterprise'
123
- version = '4.0.0'
+ version = '4.0.1'
124
125
pom {
126
name = 'TeleSign Enterprise SDK'
0 commit comments