Skip to content

Commit 56b4ff7

Browse files
authored
Merge pull request #202 from opentok/4.5.0-release
4.5.0 release
2 parents 1460f93 + 905aebe commit 56b4ff7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

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

99
[bumpversion:file:build.gradle]
1010

1111
[bumpversion:file:src/main/java/com/opentok/constants/Version.java]
12+

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

0 commit comments

Comments
 (0)