Skip to content

Commit 4ddb683

Browse files
committed
Bump version: 4.16.0 → 4.6.1
1 parent 675d5f7 commit 4ddb683

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = False
4-
current_version = 4.16.0
4+
current_version = 4.16.1
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
66
serialize =
77
{major}.{minor}.{patch}-{release}{build}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When you use Maven as your build tool, you can manage dependencies in the `pom.x
4848
<dependency>
4949
<groupId>com.tokbox</groupId>
5050
<artifactId>opentok-server-sdk</artifactId>
51-
<version>4.16.0</version>
51+
<version>4.16.1</version>
5252
</dependency>
5353
```
5454

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

5959
```groovy
6060
dependencies {
61-
compile group: 'com.tokbox', name: 'opentok-server-sdk', version: '4.16.0'
61+
compile group: 'com.tokbox', name: 'opentok-server-sdk', version: '4.16.1'
6262
}
6363
```
6464

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
group = 'com.tokbox'
1414
archivesBaseName = 'opentok-server-sdk'
15-
version = '4.16.0'
15+
version = '4.16.1'
1616

1717
ext.githubPath = "opentok/Opentok-Java-SDK"
1818

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.16.0";
11+
public static final String VERSION = "4.16.1";
1212
}

0 commit comments

Comments
 (0)