From bed4338aa2490be13f77d6ea45cb23d924389937 Mon Sep 17 00:00:00 2001 From: MJ Date: Tue, 4 Jul 2023 23:24:53 +0200 Subject: [PATCH] Release VisUI 1.5.2 (#381) --- ui/CHANGES.md | 2 +- ui/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'