From e513aa6da44b5820812346c113f74be97cd85608 Mon Sep 17 00:00:00 2001 From: Abhinay Agarwal Date: Thu, 10 Jun 2021 17:24:27 +0530 Subject: [PATCH] Release 0.9.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cae75c9..39abd0d 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group 'com.gluonhq' -version '0.9.0-SNAPSHOT' +version '0.9.0' sourceCompatibility = 11 targetCompatibility = 11 @@ -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' }