Skip to content

Commit

Permalink
VisUI updated to 1.5.2. #462
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Jul 4, 2023
1 parent 6e04225 commit a7a6985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _See also: [the official libGDX changelog](https://github.com/libgdx/libgdx/blob
- **[UPDATE]** Updated to libGDX 1.12.0.
- **[UPDATE]** Updated to Kotlin 1.8.22.
- **[UPDATE]** Updated to Kotlin Coroutines 1.7.2.
- **[UPDATE]** Updated to VisUI 1.5.2.
- **[FEATURE]** (`ktx-app`) `KtxInputAdapter` now supports the `touchCancelled` event handling.
By default, it calls the `touchUp` method for consistency with the previous libGDX versions.

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
Expand Up @@ -6,7 +6,7 @@ const val kotlinCoroutinesVersion = "1.7.2"
const val artemisOdbVersion = "2.3.0"
const val ashleyVersion = "1.7.4"
const val gdxAiVersion = "1.8.2"
const val visUiVersion = "1.5.1"
const val visUiVersion = "1.5.2"

const val spekVersion = "1.1.5"
const val kotlinTestVersion = "2.0.7"
Expand Down
2 changes: 1 addition & 1 deletion vis/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![VisUI](https://img.shields.io/badge/vis--ui-1.5.1-blue.svg)](https://github.com/kotcrab/vis-ui)
[![VisUI](https://img.shields.io/badge/vis--ui-1.5.2-blue.svg)](https://github.com/kotcrab/vis-ui)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.libktx/ktx-vis.svg)](https://search.maven.org/artifact/io.github.libktx/ktx-vis)

# KTX: VisUI type-safe builders
Expand Down

0 comments on commit a7a6985

Please sign in to comment.