Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Sep 24, 2020
1 parent 1ca065d commit 4c8bf4b
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.4.0'
version '1.5.0'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -66,7 +66,7 @@ publishing {
artifact javadocJar
groupId 'com.ringcentral'
artifactId 'ringcentral'
version '1.4.0'
version '1.5.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.4.0'
desc = 'RingCentral Java SDK 1.4.0'
vcsTag = '1.4.0'
name = '1.5.0'
desc = 'RingCentral Java SDK 1.5.0'
vcsTag = '1.5.0'
gpg {
sign = true
}
Expand Down

0 comments on commit 4c8bf4b

Please sign in to comment.