diff --git a/GeonBit.UI.nuspec b/GeonBit.UI.nuspec index 3b847fa..862835d 100644 --- a/GeonBit.UI.nuspec +++ b/GeonBit.UI.nuspec @@ -2,7 +2,7 @@ GeonBit.UI - 4.3.0.1 + 4.3.0.2 Ronen Ness RonenNess MonoGame GeonBit.UI @@ -16,13 +16,13 @@ It provide all the basic elements required to make a game / editor UI, and comes UI system for MonoGame projects. monogame ui gui hud user-interface gamedev - + - - + + diff --git a/GeonBit.UI/Source/UserInterface.cs b/GeonBit.UI/Source/UserInterface.cs index 570d42c..cba756c 100644 --- a/GeonBit.UI/Source/UserInterface.cs +++ b/GeonBit.UI/Source/UserInterface.cs @@ -94,7 +94,7 @@ public enum BuiltinThemes public class UserInterface : System.IDisposable { /// Current GeonBit.UI version identifier. - public const string VERSION = "4.3.0.1"; + public const string VERSION = "4.3.0.2"; /// /// The currently active user interface instance. diff --git a/README.md b/README.md index fec7f20..471e3a3 100644 --- a/README.md +++ b/README.md @@ -2098,7 +2098,7 @@ If you want to use the new files dialog, you must include the new textures that - Fixed files dialog to show folders if can pick them, even if can't change root folder. - Fixed background offset bug in selected list item with icon. -### 4.3.0.1 +### 4.3.0.2 - Update to .Net 7. - Added rotation to paragraphs.