Skip to content

Commit 99ad832

Browse files
committed
Update to version 2.2.0-beta.1
1 parent e2599fd commit 99ad832

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When you use Maven as your build tool, you can manage dependencies in the `pom.x
2121
<dependency>
2222
<groupId>com.opentok</groupId>
2323
<artifactId>opentok-server-sdk</artifactId>
24-
<version>2.2.0</version>
24+
<version>2.2.0-beta.1</version>
2525
</dependency>
2626
```
2727

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

3232
```groovy
3333
dependencies {
34-
compile group: 'com.opentok', name: 'opentok-server-sdk', version: '2.2.0'
34+
compile group: 'com.opentok', name: 'opentok-server-sdk', version: '2.2.0-beta.1'
3535
}
3636
```
3737

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-pre";
4+
public static final String VERSION = "2.2.0-beta.1";
55
}

0 commit comments

Comments
 (0)