Skip to content

Commit

Permalink
Preparing for 3.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Jun 12, 2021
1 parent 7b25626 commit 26a2478
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RSTAUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note that Maven- and signing-related properties are in <maven-home>/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

0 comments on commit 26a2478

Please sign in to comment.