Skip to content

Commit

Permalink
Version changed to 1.13.1-rc1. #497
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Feb 3, 2025
1 parent 7545291 commit 26e7050
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.1-SNAPSHOT
1.13.1-rc1

0 comments on commit 26e7050

Please sign in to comment.