Skip to content

Commit 4c8bf4b

Browse files
committed
Release 1.5.0
1 parent 1ca065d commit 4c8bf4b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.ringcentral'
11-
version '1.4.0'
11+
version '1.5.0'
1212

1313
sourceCompatibility = 1.8
1414

@@ -66,7 +66,7 @@ publishing {
6666
artifact javadocJar
6767
groupId 'com.ringcentral'
6868
artifactId 'ringcentral'
69-
version '1.4.0'
69+
version '1.5.0'
7070
pom.withXml {
7171
def root = asNode()
7272
root.appendNode('description', 'RingCentral Java SDK')
@@ -98,9 +98,9 @@ bintray {
9898
githubRepo = 'ringcentral/ringcentral-java' //Optional Github repository
9999
githubReleaseNotesFile = 'README.md' //Optional Github readme file
100100
version {
101-
name = '1.4.0'
102-
desc = 'RingCentral Java SDK 1.4.0'
103-
vcsTag = '1.4.0'
101+
name = '1.5.0'
102+
desc = 'RingCentral Java SDK 1.5.0'
103+
vcsTag = '1.5.0'
104104
gpg {
105105
sign = true
106106
}

0 commit comments

Comments
 (0)