Skip to content

Commit

Permalink
Release 1.12.1.11 !
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Jun 29, 2024
1 parent 22754f5 commit 4f890a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@

# 🚀 gdx-liftoff 🚀

## 🎛 UI Redesign 🎛

A setup tool for [libGDX](https://libgdx.com/) Gradle projects.

[![Screenshot of gdx-liftoff](.github/screenshot.png)](https://github.com/libgdx/gdx-liftoff/releases)

<h1 style="text-align: center;">
📥
<strong><a href="https://github.com/libgdx/gdx-liftoff/releases">DOWNLOAD STABLE</a></strong>
<strong><a href="https://github.com/libgdx/gdx-liftoff/releases">DOWNLOAD</a></strong>
📥
</h1>

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
}
}

version = "1.12.1.11-SNAPSHOT"
version = "1.12.1.11"
mainClassName = 'gdx.liftoff.Main'
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = 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 @@ -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.11-SNAPSHOT"
const val VERSION = "1.12.1.11"
const val WIDTH = 600
const val HEIGHT = 700
const val PREFERENCES_PATH = "gdx-liftoff-prefs"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ui-data/defaults.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
liftoffVersion=1.12.1.11-SNAPSHOT
liftoffVersion=1.12.1.11
projectNameDefault=
packageNameDefault=
mainClassNameDefault=
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.1.10
1.12.1.11

0 comments on commit 4f890a1

Please sign in to comment.