Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Jan 28, 2020
1 parent 8c40960 commit 9f0499e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.ringcentral'
version '1.2.0'
version '1.3.0'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -66,7 +66,7 @@ publishing {
artifact javadocJar
groupId 'com.ringcentral'
artifactId 'ringcentral'
version '1.2.0'
version '1.3.0'
pom.withXml {
def root = asNode()
root.appendNode('description', 'RingCentral Java SDK')
Expand Down Expand Up @@ -98,9 +98,9 @@ bintray {
githubRepo = 'ringcentral/ringcentral-java' //Optional Github repository
githubReleaseNotesFile = 'README.md' //Optional Github readme file
version {
name = '1.2.0'
desc = 'RingCentral Java SDK 1.2.0'
vcsTag = '1.2.0'
name = '1.3.0'
desc = 'RingCentral Java SDK 1.3.0'
vcsTag = '1.3.0'
gpg {
sign = true
}
Expand Down

0 comments on commit 9f0499e

Please sign in to comment.