From 26a24781f67dc7bb32b26abe700186a90faf935a Mon Sep 17 00:00:00 2001 From: bobbylight Date: Sat, 12 Jun 2021 13:24:48 -0400 Subject: [PATCH] Preparing for 3.1.2 release --- RSTAUI/build.gradle | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RSTAUI/build.gradle b/RSTAUI/build.gradle index c184dc7..55fd52c 100644 --- a/RSTAUI/build.gradle +++ b/RSTAUI/build.gradle @@ -9,8 +9,8 @@ assert JavaVersion.current().isJava8Compatible() archivesBaseName = 'rstaui' dependencies { - api 'com.fifesoft:rsyntaxtextarea:3.1.3-SNAPSHOT' - api 'com.fifesoft:autocomplete:3.1.2-SNAPSHOT' + api 'com.fifesoft:rsyntaxtextarea:3.1.3' + api 'com.fifesoft:autocomplete:3.1.2' testImplementation 'junit:junit:4.13.2' } diff --git a/gradle.properties b/gradle.properties index cc4c3fb..e091d1a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Note that Maven- and signing-related properties are in /gradle.properties javaVersion=1.8 -version=3.1.2-SNAPSHOT +version=3.1.2 # Ugh, see https://github.com/gradle/gradle/issues/11308 systemProp.org.gradle.internal.publish.checksums.insecure=true