diff --git a/ui/CHANGES.md b/ui/CHANGES.md index ff5332b4..c435da44 100644 --- a/ui/CHANGES.md +++ b/ui/CHANGES.md @@ -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()` diff --git a/ui/build.gradle b/ui/build.gradle index df591760..2df5f8c7 100644 --- a/ui/build.gradle +++ b/ui/build.gradle @@ -1,5 +1,5 @@ group = 'com.kotcrab.vis' -version = '1.5.2-SNAPSHOT' +version = '1.5.2' apply plugin: "java" apply plugin: 'maven'