Skip to content

Commit

Permalink
Release VisUI 1.5.2 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby authored Jul 4, 2023
1 parent 94db08c commit e7f55df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### Version: 1.5.2-SNAPSHOT (libGDX 1.12.0)
#### Version: 1.5.2 (libGDX 1.12.0)
- Updated to libGDX 1.12.0
- **Added**: [#373](https://github.com/kotcrab/vis-ui/issues/373) - `VisImageTextButton` an optional `Orientation` value can be set to change how the button label is positioned relative to the button image
- Defaults to existing behavior (label to the right of image in the same row), and orientation can be changed via `VisImageTextButton.setOrientation()`
Expand Down
2 changes: 1 addition & 1 deletion ui/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.kotcrab.vis'
version = '1.5.2-SNAPSHOT'
version = '1.5.2'

apply plugin: "java"
apply plugin: 'maven'
Expand Down

0 comments on commit e7f55df

Please sign in to comment.