Skip to content

Commit

Permalink
libGDX updated to 1.12.1. #470
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Nov 4, 2023
1 parent 17bb15d commit f45df77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
_See also: [the official libGDX changelog](https://github.com/libgdx/libgdx/blob/master/CHANGES)._

#### 1.12.0-SNAPSHOT
#### 1.12.1-SNAPSHOT

- **[UPDATE]** Updated to libGDX 1.12.1.

#### 1.12.0-rc1

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![GitHub Build](https://github.com/libktx/ktx/workflows/build/badge.svg)](https://github.com/libktx/ktx/actions?query=workflow%3Abuild)
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.0-orange.svg)](http://kotlinlang.org/)
[![libGDX](https://img.shields.io/badge/libgdx-1.12.0-red.svg)](https://libgdx.com/)
[![libGDX](https://img.shields.io/badge/libgdx-1.12.1-red.svg)](https://libgdx.com/)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.libktx/ktx-async.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.github.libktx%22)

[![KTX](.github/ktx-logo.png "KTX")](http://libktx.github.io)
Expand Down Expand Up @@ -305,7 +305,7 @@ repositories {
ext {
// Update this version to match the latest libGDX release:
ktxVersion = '1.12.0-SNAPSHOT'
ktxVersion = '1.12.1-SNAPSHOT'
}
```

Expand All @@ -320,7 +320,7 @@ repositories {
}

// Update this version to match the latest libGDX release:
val ktxVersion = "1.12.0-SNAPSHOT"
val ktxVersion = "1.12.1-SNAPSHOT"
```

</details>
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ktx/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package ktx

const val gdxVersion = "1.12.0"
const val gdxVersion = "1.12.1"
const val kotlinCoroutinesVersion = "1.7.2"

const val artemisOdbVersion = "2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0-SNAPSHOT
1.12.1-SNAPSHOT

0 comments on commit f45df77

Please sign in to comment.