Skip to content

Commit

Permalink
Update to version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msach22 committed Oct 4, 2018
1 parent 37b5d63 commit 7b58470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.1-alpha.1'
version = '4.3.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.2.1-alpha.1";
public static final String VERSION = "4.3.0";
}

0 comments on commit 7b58470

Please sign in to comment.