Browse Source

Bumped package version to 0.2.3

James Peret 2 years ago
parent
commit
9b70965fa1
2 changed files with 5 additions and 2 deletions
  1. 4 1
      Readme.md
  2. 1 1
      package.json

+ 4 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.UI.v0.2.2
+# 📦 KairoEngine.UI.v0.2.3
 
 The **UI** package contains the ``UiSystem`` component and the ``UiSystemModule``. The module loads the Ui System in place which manages canvases with UI data. The system now which canvases are enabled and has a global toggle for all the game UI.
 
@@ -76,6 +76,9 @@ The UI package adds new functionality for designing game user interfaces and too
 
 ### Changelog
 
+#### v0.2.3
+- Added Rolling Credits Controller
+
 #### v0.2.2
 - Fixed again ActivityMessageUI missing image error
 

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
     "name": "at.kairoscope.kairoengine.ui",
     "displayName" : "KairoEngine UI",
-    "version": "0.2.2",
+    "version": "0.2.3",
     "unity": "2020.3",
     "description": "User Interface library for kairoEngine",
     "repository": {