From 9f0499e8b62353c8882f27d557d5b92eeb1bae52 Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Mon, 27 Jan 2020 16:52:49 -0800 Subject: [PATCH] Release 1.3.0 --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 66ef83e4..38cdf8c7 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group 'com.ringcentral' -version '1.2.0' +version '1.3.0' sourceCompatibility = 1.8 @@ -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') @@ -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 }