From 748713e6261fc8f3cdf28eb67a7d0d03951fc189 Mon Sep 17 00:00:00 2001 From: Tommy Ettinger Date: Wed, 25 Jan 2023 21:55:09 -0800 Subject: [PATCH] Release 1.11.0.6 ! --- Guide.md | 2 +- build.gradle | 2 +- src/main/kotlin/gdx/liftoff/config/Configuration.kt | 2 +- version.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Guide.md b/Guide.md index 9cb37c20..39b9196e 100644 --- a/Guide.md +++ b/Guide.md @@ -7,7 +7,7 @@ The official setup may transition to a web-based tool soon, but any user of the formerly-reliable services went offline or had outages. This project provides another alternative setup tool based on [SquidSetup](https://github.com/tommyettinger/SquidSetup), but removing the close ties to the SquidLib libraries to make it more general-use. Using SquidSetup's code, which is built on czyzby's code, gives us working projects that use Gradle 7.6, a bit ahead of the official setup and far ahead of 4.0.2 for czyzby's gdx-setup. -The current Gradle version is 7.6 at the time of writing, and since gdx-liftoff 1.11.0.5, new projects use that 7.6 version. +The current Gradle version is 7.6 at the time of writing, and since gdx-liftoff 1.11.0.6, new projects use that 7.6 version. This allows new projects to "just work" on machines where Java 8 through 18 could be the default, and the moderate amount of configuration changes needed for Gradle 7.x are all handled by gdx-liftoff. Thanks to the Gretty plugin's latest release, Gradle 7.x now works well with the HTML platform, without additional quirky configuration (earlier versions of Liftoff needed that). diff --git a/build.gradle b/build.gradle index eb139f25..0c207a85 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { } } -version = "1.11.0.6-SNAPSHOT" +version = "1.11.0.6" mainClassName = 'gdx.liftoff.MainKt' sourceCompatibility = JavaVersion.VERSION_1_8 diff --git a/src/main/kotlin/gdx/liftoff/config/Configuration.kt b/src/main/kotlin/gdx/liftoff/config/Configuration.kt index 672f3b97..2c014c4d 100644 --- a/src/main/kotlin/gdx/liftoff/config/Configuration.kt +++ b/src/main/kotlin/gdx/liftoff/config/Configuration.kt @@ -39,7 +39,7 @@ import gdx.liftoff.views.widgets.ScrollableTextArea @Suppress("unused") // Fields accessed via reflection. class Configuration { companion object { - const val VERSION = "1.11.0.6-SNAPSHOT" + const val VERSION = "1.11.0.6" const val WIDTH = 600 const val HEIGHT = 700 const val PREFERENCES_PATH = "gdx-liftoff-prefs" diff --git a/version.txt b/version.txt index 0fcf8c8a..f9928bf6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.11.0.5 +1.11.0.6