Skip to content

Commit

Permalink
KTX version changed to 1.12.1-rc1. #474
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Nov 4, 2023
1 parent 7a4444c commit 91dfa69
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.12.1-SNAPSHOT
#### 1.12.1-rc1

- **[UPDATE]** Updated to libGDX 1.12.1.
- **[UPDATE]** Updated to Kotlin 1.9.20.
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.0-rc1'
ktxVersion = '1.12.1-rc1'
}
dependencies {
Expand All @@ -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)
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-SNAPSHOT
1.12.1-rc1

0 comments on commit 91dfa69

Please sign in to comment.