소스 검색

Updated dependency versions

jamesperet 2 년 전
부모
커밋
efe6c6f486
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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.
 

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "at.kairoscope.kairoengine.core",
   "displayName" : "KairoEngine Core",
-  "version": "0.1.5",
+  "version": "0.1.6",
   "unity": "2020.3",
   "description": "Base package for the KairoEngine library by Kairoscope",
   "repository": {
@@ -10,7 +10,7 @@
   },
   "author": "Kairoscope",
   "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.zenject":"1.0.0",
     "at.kairoscope.thirdparty.qfsw":"1.0.0"