Skip to content

Commit de881c1

Browse files
committed
Update to v2.3.0
1 parent 55a4971 commit de881c1

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.2.2</version>
27+
<version>2.3.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.2.2'
37+
compile group: 'com.tokbox', name: 'opentok-server-sdk', version: '2.3.0'
3838
}
3939
```
4040

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'eclipse'
1111
group = 'com.tokbox'
1212
archivesBaseName = 'opentok-server-sdk'
1313
// TODO: how do we increment this before/after a release for deployment and development?
14-
version = '2.2.3-alpha.1'
14+
version = '2.3.0'
1515

1616
sourceCompatibility = 1.6
1717

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 = "2.2.3-alpha.1";
11+
public static final String VERSION = "2.3.0";
1212
}

0 commit comments

Comments
 (0)