Selaa lähdekoodia

Bumped package version to 0.2.4

James Peret 3 vuotta sitten
vanhempi
commit
7428ffb250
2 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  1. 5 1
      Readme.md
  2. 1 1
      package.json

+ 5 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.Core v0.2.3
+# 📦 KairoEngine.Core v0.2.4
 
 
 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.
 
 
@@ -24,6 +24,10 @@ This contains the base code that other packages will use. It includes code for t
 - `KairoEngine.Core.ModuleSystem`
 - `KairoEngine.Core.ModuleSystem`
 
 
 ### 📄Changelog
 ### 📄Changelog
+##### v0.2.4
+- Added ExecuteRealTimeNotDisposable to Timer class
+- Added String Boolean Generic Event
+
 ##### v0.2.3
 ##### v0.2.3
 - Fixed IconFoldoutGroup icon path
 - Fixed IconFoldoutGroup icon path
 - Added OpenUrlGameAction
 - Added OpenUrlGameAction

+ 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.2.3",
+  "version": "0.2.4",
   "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": {