Skip to content

Commit

Permalink
chore: increase app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph5610 committed Jun 15, 2024
1 parent 530aef8 commit 60b95a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ val defaultAppJvmArgs = listOf(
"--add-exports=javafx.graphics/com.sun.javafx.application=ALL-UNNAMED"
)

version = "0.19.1"
version = "0.19.2"

val appVersion: String = version as String

Expand Down

0 comments on commit 60b95a4

Please sign in to comment.