Skip to content

Commit

Permalink
Prepare development of 1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Jul 19, 2024
1 parent 5f3db94 commit a126315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.gluonhq'
version '1.0.23'
version '1.0.24-SNAPSHOT'

java {
toolchain.languageVersion = JavaLanguageVersion.of(11)
Expand All @@ -23,7 +23,7 @@ dependencies {
implementation gradleApi()

testImplementation gradleTestKit()
implementation 'com.gluonhq:substrate:0.0.63'
implementation 'com.gluonhq:substrate:0.0.64-SNAPSHOT'
implementation 'org.openjfx:javafx-plugin:0.1.0'
}

Expand Down

0 comments on commit a126315

Please sign in to comment.