Browse Source

Updated dependency versions

jamesperet 3 years ago
parent
commit
efe6c6f486
2 changed files with 3 additions and 3 deletions
  1. 1 1
      Readme.md
  2. 2 2
      package.json

+ 1 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.Core v0.1.5
+# 📦 KairoEngine.Core v0.1.6
 
 
 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.
 
 

+ 2 - 2
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.5",
+  "version": "0.1.6",
   "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": {
@@ -10,7 +10,7 @@
   },
   },
   "author": "Kairoscope",
   "author": "Kairoscope",
   "dependencies": {
   "dependencies": {
-    "at.kairoscope.thirdparty.sirenix":"1.0.1",
+    "at.kairoscope.thirdparty.sirenix":"1.0.2",
     "at.kairoscope.thirdparty.unirx":"1.0.0",
     "at.kairoscope.thirdparty.unirx":"1.0.0",
     "at.kairoscope.thirdparty.zenject":"1.0.0",
     "at.kairoscope.thirdparty.zenject":"1.0.0",
     "at.kairoscope.thirdparty.qfsw":"1.0.0"
     "at.kairoscope.thirdparty.qfsw":"1.0.0"