Skip to content

Commit

Permalink
Version changed to 1.12.1-rc2. #489
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Aug 25, 2024
1 parent bacbc0a commit beaf34f
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-rc2

- **[UPDATE]** Updated to Kotlin 1.9.25.
- **[UPDATE]** Updated to Kotlin Coroutines 1.8.1.
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-rc1'
ktxVersion = '1.12.1-rc2'
}
dependencies {
Expand All @@ -235,7 +235,7 @@ dependencies {

```kotlin
// Update this version to match the latest KTX release:
val ktxVersion = "1.12.1-rc1"
val ktxVersion = "1.12.1-rc2"

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-rc2

0 comments on commit beaf34f

Please sign in to comment.