From 26e7050d0f870171d873ab1fd49cbc94e5c77997 Mon Sep 17 00:00:00 2001 From: MJ Date: Mon, 3 Feb 2025 16:27:41 +0100 Subject: [PATCH] Version changed to 1.13.1-rc1. #497 --- 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 d4934886..6ff30146 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.13.1-SNAPSHOT +#### 1.13.1-rc1 - **[UPDATE]** Updated to libGDX 1.13.1. - **[UPDATE]** Updated to Kotlin 2.1.10. diff --git a/README.md b/README.md index bb3a5f9e..920719bf 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.1-rc2' + ktxVersion = '1.13.1-rc1' } dependencies { @@ -235,7 +235,7 @@ dependencies { ```kotlin // Update this version to match the latest KTX release: -val ktxVersion = "1.12.1-rc2" +val ktxVersion = "1.13.1-rc1" dependencies { api(group = "io.github.libktx", name = "ktx-app", version = ktxVersion) diff --git a/version.txt b/version.txt index b99622a4..eec4d766 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.13.1-SNAPSHOT +1.13.1-rc1