Skip to content

Commit

Permalink
Release 1.12.1.3 !
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Dec 5, 2023
1 parent d17ce35 commit e9f66d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}
}

version = "1.12.1.3-SNAPSHOT"
version = "1.12.1.3"
mainClassName = 'gdx.liftoff.MainKt'
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlinVersion=1.9.0
gdxVersion=1.12.1
lmlVersion=1.10.1.12.0
visUiVersion=1.5.2
visUiVersion=1.5.3
commonsExecVersion=1.3
lwjgl3Version=3.3.3
nfdVersion=3.3.1
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.12.1.3-SNAPSHOT"
const val VERSION = "1.12.1.3"
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.12.1.2
1.12.1.3

0 comments on commit e9f66d0

Please sign in to comment.