From 91dfa69086ad07e61a914b8daa18c4aaa605a629 Mon Sep 17 00:00:00 2001 From: MJ Date: Sat, 4 Nov 2023 11:25:50 +0100 Subject: [PATCH] KTX version changed to 1.12.1-rc1. #474 --- CHANGELOG.md | 2 +- README.md | 4 ++-- version.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 954c9e39..c15b086d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ _See also: [the official libGDX changelog](https://github.com/libgdx/libgdx/blob/master/CHANGES)._ -#### 1.12.1-SNAPSHOT +#### 1.12.1-rc1 - **[UPDATE]** Updated to libGDX 1.12.1. - **[UPDATE]** Updated to Kotlin 1.9.20. diff --git a/README.md b/README.md index 854c1d07..f85b3056 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ with the `ktx-app` identifier would require the following changes in your `build // Groovy DSL: ext { // Update this version to match the latest KTX release: - ktxVersion = '1.12.0-rc1' + ktxVersion = '1.12.1-rc1' } dependencies { @@ -235,7 +235,7 @@ dependencies { ```kotlin // Update this version to match the latest KTX release: -val ktxVersion = "1.12.0-rc1" +val ktxVersion = "1.12.1-rc1" dependencies { api(group = "io.github.libktx", name = "ktx-app", version = ktxVersion) diff --git a/version.txt b/version.txt index 8f34f8f2..e8e560f2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.12.1-SNAPSHOT +1.12.1-rc1