Skip to content

Commit 8b26f23

Browse files
committed
Update to version 4.3.1
1 parent 1125b3a commit 8b26f23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When you use Maven as your build tool, you can manage dependencies in the `pom.x
2929
<dependency>
3030
<groupId>com.tokbox</groupId>
3131
<artifactId>opentok-server-sdk</artifactId>
32-
<version>4.3.0</version>
32+
<version>4.3.1</version>
3333
</dependency>
3434
```
3535

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ apply plugin: 'jacoco'
1212

1313
group = 'com.tokbox'
1414
archivesBaseName = 'opentok-server-sdk'
15-
version = '4.3.1-alpha.1'
15+
version = '4.3.1'
1616

1717
task javadocJar(type: Jar) {
1818
classifier = 'javadoc'

src/main/java/com/opentok/constants/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
package com.opentok.constants;
99

1010
public class Version {
11-
public static final String VERSION = "4.3.1-alpha.1";
11+
public static final String VERSION = "4.3.1";
1212
}

0 commit comments

Comments
 (0)