Skip to content

Commit

Permalink
prepare for the next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph5610 committed May 6, 2023
1 parent 5cf1cc6 commit 0ddab9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("io.github.fvarrui:javapackager:1.7.0")
classpath("io.github.fvarrui:javapackager:1.7.2")
}
}

Expand All @@ -36,7 +36,7 @@ val humbleVersion = "0.3.0"
val flywayVersion = "9.16.3"
val controlsFxVersion = "11.1.2"

version = "0.15.0"
version = "0.16.0"

val appVersion: String = version as String

Expand Down

0 comments on commit 0ddab9a

Please sign in to comment.