Skip to content

Commit

Permalink
Release 1.13.1.0 !
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Jan 8, 2025
1 parent 8a0cd28 commit fcd69a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.daemon=false
org.gradle.jvmargs=-Xms512M -Xmx1G -Dfile.encoding=UTF-8 -Dconsole.encoding=UTF-8
liftoffVersion=1.13.1.0-SNAPSHOT
liftoffVersion=1.13.1.0
kotlinVersion=2.1.0
gdxVersion=1.13.1
lmlVersion=1.10.1.12.1
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.13.1.0-SNAPSHOT"
const val VERSION = "1.13.1.0"
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.13.1.0-SNAPSHOT
liftoffVersion=1.13.1.0
projectNameDefault=YourProjectName
packageNameDefault=io.github.some_example_name
mainClassNameDefault=Main
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0.2
1.13.1.0

0 comments on commit fcd69a8

Please sign in to comment.