Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Jan 6, 2025
1 parent d2c27cc commit d9fb0e9
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,7 +1,7 @@
import org.gradle.internal.extensions.stdlib.toDefaultLowerCase

rootProject.name = "dua3-fx"
val projectVersion = "1.0.3-rc"
val projectVersion = "1.0.3"

include("fx-application")
include("fx-application:fx-application-fxml")
Expand All @@ -23,7 +23,7 @@ dependencyResolutionManagement {
plugin("spotbugs", "com.github.spotbugs").version("6.0.27")
plugin("cabe", "com.dua3.cabe").version("3.0.1")

version("dua3-utility", "15.1.0-rc2")
version("dua3-utility", "15.1.0")
version("javafx", "23")
version("jspecify", "1.0.0")
version("log4j-bom", "2.24.3")
Expand Down

0 comments on commit d9fb0e9

Please sign in to comment.