Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Jul 4, 2024
1 parent 91bacd3 commit e6008fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rootProject.name = "dua3-fx"
val projectVersion = "0.41.0-BETA1"
val projectVersion = "0.41.0-BETA2"

include("fx-application")
include("fx-application:fx-application-fxml")
Expand All @@ -21,7 +21,7 @@ dependencyResolutionManagement {
version("cabe", "2.0")
version("commons-logging", "1.3.1")
version("dua3-utility", "13.0-BETA5")
version("javafx", "22")
version("javafx", "22.0.1")
version("log4j", "2.23.1")
version("slf4j", "2.0.13")

Expand Down

0 comments on commit e6008fd

Please sign in to comment.