소스 검색

Bumped package version to 0.2.0

James Peret 2 년 전
부모
커밋
8ef5bff09a
2개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 1
      Readme.md
  2. 1 1
      package.json

+ 8 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.Core v0.1.9
+# 📦 KairoEngine.Core v0.2.0
 
 
 This contains the base code that other packages will use. It includes code for the module system, event system and common interfaces.
 This contains the base code that other packages will use. It includes code for the module system, event system and common interfaces.
 
 
@@ -23,9 +23,16 @@ This contains the base code that other packages will use. It includes code for t
 
 
 - `KairoEngine.Core.ModuleSystem`
 - `KairoEngine.Core.ModuleSystem`
 
 
+### Changelog
+
+##### v0.2.0
+
+- Upgraded GameModule system
+
 ### 🎈Back Log
 ### 🎈Back Log
 
 
 - [ ] Game State register and check
 - [ ] Game State register and check
   Ex: Check if game is paused, Check if player input is allowed...
   Ex: Check if game is paused, Check if player input is allowed...
 
 
 - [ ] Move ``UiInputBlocker`` from the **UI** package to this package.
 - [ ] Move ``UiInputBlocker`` from the **UI** package to this package.
+

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
 {
   "name": "at.kairoscope.kairoengine.core",
   "name": "at.kairoscope.kairoengine.core",
   "displayName" : "KairoEngine Core",
   "displayName" : "KairoEngine Core",
-  "version": "0.1.9",
+  "version": "0.2.0",
   "unity": "2020.3",
   "unity": "2020.3",
   "description": "Base package for the KairoEngine library by Kairoscope",
   "description": "Base package for the KairoEngine library by Kairoscope",
   "repository": {
   "repository": {