Skip to content

Commit

Permalink
Preparing 3.0.5 release. Bumping AutoComplete dependency to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Jan 19, 2020
1 parent 0a302a3 commit b3579f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RSTAUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ archivesBaseName = 'rstaui'

dependencies {
api 'com.fifesoft:rsyntaxtextarea:3.0.8'
api 'com.fifesoft:autocomplete:3.0.4'
api 'com.fifesoft:autocomplete:3.0.5'
testImplementation 'junit:junit:4.12'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
javaVersion=1.8
version=3.0.5-SNAPSHOT
version=3.0.5

0 comments on commit b3579f5

Please sign in to comment.