Skip to content

Commit

Permalink
Release 1.10.0.13 !
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Mar 25, 2022
1 parent 23bfa62 commit 5848b99
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 @@ -26,7 +26,7 @@ buildscript {
}
}

version = "1.10.0.13-SNAPSHOT"
version = "1.10.0.13"
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.13-SNAPSHOT"
const val VERSION = "1.10.0.13"
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/kotlin/gdx/liftoff/data/project/project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class Project(
)

// Android does not support classpath fonts loading through skins.
// Explicitly copying Arial font if Android platform is included:
// Explicitly copying Liberation Sans font if Android platform is included:
if (hasPlatform(Android.ID)) {
arrayOf("png", "fnt").forEach {
val path = path("com", "badlogic", "gdx", "utils", "lsans-15.$it")
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.12
1.10.0.13

0 comments on commit 5848b99

Please sign in to comment.