Skip to content

Commit

Permalink
Release 1.10.0.14 !
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Apr 7, 2022
1 parent 194910d commit 6567e6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.2, ahead of 7.3.3 for the official setup and 4.0.2 for czyzby's gdx-setup.
The current Gradle version is 7.4.2 at the time of writing, and since gdx-liftoff 1.10.0.13, new projects use that 7.4.2 version.
The current Gradle version is 7.4.2 at the time of writing, and since gdx-liftoff 1.10.0.14, new projects use that 7.4.2 version.
This allows new projects to "just work" on machines where Java 8 through 17 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).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
}
}

version = "1.10.0.14-SNAPSHOT"
version = "1.10.0.14"
mainClassName = 'gdx.liftoff.MainKt'
sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/gdx/liftoff/config/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import gdx.liftoff.views.widgets.ScrollableTextArea
@Suppress("unused") // Fields accessed via reflection.
class Configuration {
companion object {
const val VERSION = "1.10.0.14-SNAPSHOT"
const val VERSION = "1.10.0.14"
const val WIDTH = 600
const val HEIGHT = 700
const val PREFERENCES_PATH = "gdx-liftoff-prefs"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0.13
1.10.0.14

0 comments on commit 6567e6c

Please sign in to comment.