Skip to content

Commit

Permalink
Set version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaMuravjov committed May 29, 2023
1 parent 157b2e9 commit d8ffc5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ tasks {
vendor = "spbu-se"
application = appName
appIdentifier = "automaton.constructor"
version = "1.2.0.0"
version = "1.2.1.0"
licenseFile("LICENSE")
icons = icoFile
bundleJre = System.getenv("JAVA_HOME")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.code.style=official
appVersion=1.2.0
appVersion=1.2.1
javaFXVersion=17.0.7
kotlinxSerializationJsonVersion=1.3.2
tornadofxVersion=2.0.0-SNAPSHOT
Expand Down

0 comments on commit d8ffc5e

Please sign in to comment.