Skip to content

Commit cfcef82

Browse files
committed
bump version to 4.3.2
1 parent 7ffda5e commit cfcef82

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.1</version>
32+
<version>4.3.2</version>
3333
</dependency>
3434
```
3535

@@ -39,7 +39,7 @@ When you use Gradle as your build tool, you can manage dependencies in the `buil
3939

4040
```groovy
4141
dependencies {
42-
compile group: 'com.tokbox', name: 'opentok-server-sdk', version: '4.3.0'
42+
compile group: 'com.tokbox', name: 'opentok-server-sdk', version: '4.3.2'
4343
}
4444
```
4545

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'
15+
version = '4.3.2'
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";
11+
public static final String VERSION = "4.3.2";
1212
}

0 commit comments

Comments
 (0)