Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinay Agarwal committed Jun 10, 2021
1 parent fd3217a commit e513aa6
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 @@ -7,7 +7,7 @@ plugins {
}

group 'com.gluonhq'
version '0.9.0-SNAPSHOT'
version '0.9.0'

sourceCompatibility = 11
targetCompatibility = 11
Expand All @@ -26,7 +26,7 @@ dependencies {
implementation gradleApi()

testImplementation gradleTestKit()
implementation 'com.gluonhq:substrate:0.0.41-SNAPSHOT'
implementation 'com.gluonhq:substrate:0.0.40'
implementation 'org.openjfx:javafx-plugin:0.0.10'
}

Expand Down

0 comments on commit e513aa6

Please sign in to comment.