Skip to content

Commit 8468e01

Browse files
committed
Update to version 2.2.0
1 parent 5de848d commit 8468e01

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
@@ -27,7 +27,7 @@ When you use Maven as your build tool, you can manage dependencies in the `pom.x
2727
<dependency>
2828
<groupId>com.opentok</groupId>
2929
<artifactId>opentok-server-sdk</artifactId>
30-
<version>2.2.0-beta.1</version>
30+
<version>2.2.0</version>
3131
</dependency>
3232
```
3333

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

3838
```groovy
3939
dependencies {
40-
compile group: 'com.opentok', name: 'opentok-server-sdk', version: '2.2.0-beta.1'
40+
compile group: 'com.opentok', name: 'opentok-server-sdk', version: '2.2.0'
4141
}
4242
```
4343

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'eclipse'
77
group = 'com.tokbox'
88
archivesBaseName = 'opentok-server-sdk'
99
// TODO: how do we increment this before/after a release for deployment and development?
10-
version = '2.2.0-beta.1'
10+
version = '2.2.0'
1111

1212
sourceCompatibility = 1.6
1313

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

33
public class Version {
4-
public static final String VERSION = "2.2.0-beta.1";
4+
public static final String VERSION = "2.2.0";
55
}

0 commit comments

Comments
 (0)