Skip to content

Commit cfb34f5

Browse files
committed
Bump version to 3.0.0
1 parent c4e54f7 commit cfb34f5

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
@@ -24,7 +24,7 @@ When you use Maven as your build tool, you can manage dependencies in the `pom.x
2424
<dependency>
2525
<groupId>com.tokbox</groupId>
2626
<artifactId>opentok-server-sdk</artifactId>
27-
<version>2.3.2</version>
27+
<version>3.0.0</version>
2828
</dependency>
2929
```
3030

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

3535
```groovy
3636
dependencies {
37-
compile group: 'com.tokbox', name: 'opentok-server-sdk', version: '2.3.2'
37+
compile group: 'com.tokbox', name: 'opentok-server-sdk', version: '3.0.0'
3838
}
3939
```
4040

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

0 commit comments

Comments
 (0)