Browse Source

Bumped package version to 0.2.7

James Peret 2 years ago
parent
commit
506b4e7edc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Readme.md
  2. 1 1
      package.json

+ 1 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.UI.v0.2.6
+# 📦 KairoEngine.UI.v0.2.7
 
 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.
 

+ 1 - 1
package.json

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