Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Apr 22, 2024
1 parent 2a46e0c commit c399094
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,6 +1,6 @@
// define project name and version
rootProject.name = "dua3-meja"
val projectVersion = "4.1.6"
val projectVersion = "4.1.7-SNAPSHOT"

// define subprojects
include("meja")
Expand Down Expand Up @@ -32,7 +32,7 @@ dependencyResolutionManagement {
plugin("javafx", "org.openjfx.javafxplugin").version("0.1.0")

version("cabe", "2.0")
version("dua3-utility", "12.2.1")
version("dua3-utility", "12.3.0-SNAPSHOT")
version("javafx", "21.0.2")
version("log4j", "2.23.1")
version("poi", "5.2.5")
Expand Down

0 comments on commit c399094

Please sign in to comment.