Skip to content

Commit

Permalink
VisUI updated to 1.5.3. #472
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Nov 4, 2023
1 parent 6f02c8a commit 2adc950
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.1.
- **[UPDATE]** Updated to Kotlin 1.9.20.
- **[UPDATE]** Updated to Kotlin Coroutines 1.7.3.
- **[UPDATE]** Updated to VisUI 1.5.3.
- **[UPDATE]** Updated to Dokka 1.9.10.

#### 1.12.0-rc1
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.3"
const val artemisOdbVersion = "2.3.0"
const val ashleyVersion = "1.7.4"
const val gdxAiVersion = "1.8.2"
const val visUiVersion = "1.5.2"
const val visUiVersion = "1.5.3"

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.2-blue.svg)](https://github.com/kotcrab/vis-ui)
[![VisUI](https://img.shields.io/badge/vis--ui-1.5.3-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 2adc950

Please sign in to comment.