Skip to content

Commit e7f55df

Browse files
authored
Release VisUI 1.5.2 (#381)
1 parent 94db08c commit e7f55df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### Version: 1.5.2-SNAPSHOT (libGDX 1.12.0)
1+
#### Version: 1.5.2 (libGDX 1.12.0)
22
- Updated to libGDX 1.12.0
33
- **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
44
- Defaults to existing behavior (label to the right of image in the same row), and orientation can be changed via `VisImageTextButton.setOrientation()`

ui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.kotcrab.vis'
2-
version = '1.5.2-SNAPSHOT'
2+
version = '1.5.2'
33

44
apply plugin: "java"
55
apply plugin: 'maven'

0 commit comments

Comments
 (0)