Explorar el Código

Bumped package version to 0.2.3

James Peret hace 2 años
padre
commit
9b70965fa1
Se han modificado 2 ficheros con 5 adiciones y 2 borrados
  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.
 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
 ### Changelog
 
 
+#### v0.2.3
+- Added Rolling Credits Controller
+
 #### v0.2.2
 #### v0.2.2
 - Fixed again ActivityMessageUI missing image error
 - Fixed again ActivityMessageUI missing image error
 
 

+ 1 - 1
package.json

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