diff --git a/Troubleshooting.md b/Troubleshooting.md index 6e598204..3890f1bb 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -236,6 +236,8 @@ fixed in the next major Gradle release (8.8 or 9.0). Because that won't release removed from Liftoff 1.12.1.7; it won't work in earlier versions unless you go back to 1.12.0.4 or downgrade Gradle yourself to 8.3. This isn't an outcome I'm happy with, but it should get resolved eventually. +MOE is not present in gdx-liftoff 1.12.1.13, but it could and hopefully will be added back later. + ### In 1.12.1.8 and later, the default icons for Android projects look terrible! This is all according to plan. The plan being, you should never be submitting an app to the Google Play Store with any diff --git a/gradle.properties b/gradle.properties index a5b409f2..e1111df3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ org.gradle.jvmargs=-Xms512M -Xmx1G -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8 -liftoffVersion=1.12.1.13-SNAPSHOT +liftoffVersion=1.12.1.13 kotlinVersion=1.9.24 gdxVersion=1.12.1 lmlVersion=1.10.1.12.1 diff --git a/icons/logo.icns b/icons/logo.icns new file mode 100644 index 00000000..5e41ad7c Binary files /dev/null and b/icons/logo.icns differ diff --git a/icons/logo.ico b/icons/logo.ico new file mode 100644 index 00000000..c4f2d5ed Binary files /dev/null and b/icons/logo.ico differ diff --git a/icons/logo.png b/icons/logo.png new file mode 100644 index 00000000..788f542c Binary files /dev/null and b/icons/logo.png differ diff --git a/src/main/kotlin/gdx/liftoff/config/Configuration.kt b/src/main/kotlin/gdx/liftoff/config/Configuration.kt index 2b6f1f89..7aedb08c 100644 --- a/src/main/kotlin/gdx/liftoff/config/Configuration.kt +++ b/src/main/kotlin/gdx/liftoff/config/Configuration.kt @@ -37,7 +37,7 @@ import gdx.liftoff.views.widgets.ScrollableTextArea @Suppress("unused") // Fields accessed via reflection. class Configuration { companion object { - const val VERSION = "1.12.1.13-SNAPSHOT" + const val VERSION = "1.12.1.13" const val WIDTH = 600 const val HEIGHT = 700 const val PREFERENCES_PATH = "gdx-liftoff-prefs" diff --git a/src/main/resources/ui-data/defaults.properties b/src/main/resources/ui-data/defaults.properties index eb9e8240..b9057577 100644 --- a/src/main/resources/ui-data/defaults.properties +++ b/src/main/resources/ui-data/defaults.properties @@ -1,4 +1,4 @@ -liftoffVersion=1.12.1.13-SNAPSHOT +liftoffVersion=1.12.1.13 projectNameDefault=YourProjectName packageNameDefault=io.github.some_example_name mainClassNameDefault=Main diff --git a/version.txt b/version.txt index 80dcd80e..ef186e5e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.12.1.12 +1.12.1.13