Skip to content

Commit 26a2478

Browse files
committed
Preparing for 3.1.2 release
1 parent 7b25626 commit 26a2478

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RSTAUI/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ assert JavaVersion.current().isJava8Compatible()
99
archivesBaseName = 'rstaui'
1010

1111
dependencies {
12-
api 'com.fifesoft:rsyntaxtextarea:3.1.3-SNAPSHOT'
13-
api 'com.fifesoft:autocomplete:3.1.2-SNAPSHOT'
12+
api 'com.fifesoft:rsyntaxtextarea:3.1.3'
13+
api 'com.fifesoft:autocomplete:3.1.2'
1414
testImplementation 'junit:junit:4.13.2'
1515
}
1616

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
22
javaVersion=1.8
3-
version=3.1.2-SNAPSHOT
3+
version=3.1.2
44

55
# Ugh, see https://github.com/gradle/gradle/issues/11308
66
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 commit comments

Comments
 (0)