Skip to content

Commit

Permalink
Merge pull request #202 from opentok/4.5.0-release
Browse files Browse the repository at this point in the history
4.5.0 release
  • Loading branch information
slorello89 authored Mar 10, 2021
2 parents 1460f93 + 905aebe commit 56b4ff7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[bumpversion]
commit = True
tag = True
current_version = 4.4.0
current_version = 4.5.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}

[bumpversion:file:build.gradle]

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

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'jacoco'

group = 'com.tokbox'
archivesBaseName = 'opentok-server-sdk'
version = '4.4.1'
version = '4.5.0'

task javadocJar(type: Jar) {
classifier = 'javadoc'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/opentok/constants/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
package com.opentok.constants;

public class Version {
public static final String VERSION = "4.4.1";
public static final String VERSION = "4.5.0";
}

0 comments on commit 56b4ff7

Please sign in to comment.