From a1f5b9d369a94a2782b55b90c73a56dc4bea7355 Mon Sep 17 00:00:00 2001 From: Axel Howind Date: Mon, 2 Dec 2024 10:38:02 +0100 Subject: [PATCH] v1.0.0 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index f1cba3a0..816b3d2c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,7 +1,7 @@ import org.gradle.internal.extensions.stdlib.toDefaultLowerCase rootProject.name = "dua3-fx" -val projectVersion = "0.46-SNAPSHOT" +val projectVersion = "1.0.0" include("fx-application") include("fx-application:fx-application-fxml")