Browse Source

Upgraded package dependecies and bumped version to 0.2.0

James Peret 2 years ago
parent
commit
342dcbaad4
3 changed files with 12 additions and 4 deletions
  1. 6 1
      Readme.md
  2. 2 1
      Runtime/KairoEngine.Analytics.asmdef
  3. 4 2
      package.json

+ 6 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.Analytics.v0.1.4
+# 📦 KairoEngine.Analytics.v0.2.0
 
 The Analytics package uses the [Mixpanel](https://mixpanel.com) service to store analytics. It can be easly changed to use another service without having to change the actual event tracking inside the game.
 
@@ -102,6 +102,11 @@ static bool OnApplicationQuit()
     return true;
 }
 ```
+### 📄Changelog
+
+##### v0.2.0
+
+- Upgraded GameModule system
 
 ### Functions
 

+ 2 - 1
Runtime/KairoEngine.Analytics.asmdef

@@ -3,7 +3,8 @@
     "rootNamespace": "",
     "references": [
         "GUID:7e5ae6a38d1532248b4c890eca668b06",
-        "GUID:21462402cefc5dd4ba284fb769521eff"
+        "GUID:21462402cefc5dd4ba284fb769521eff",
+        "GUID:e048eeec9bdb9d30448017b829deb3f6"
     ],
     "includePlatforms": [],
     "excludePlatforms": [],

+ 4 - 2
package.json

@@ -1,11 +1,13 @@
 {
     "name": "at.kairoscope.kairoengine.analytics",
     "displayName": "KairoEngine Analytics",
-    "version": "0.1.4",
+    "version": "0.2.0",
     "unity": "2020.3",
     "description": "Kairoengine analytics library. Sends data to the Mixpanel service.",
     "dependencies": {
-      "at.kairoscope.thirdparty.mixpanel":"2.2.2"
+      "at.kairoscope.kairoengine.core":"0.2.0",
+      "at.kairoscope.thirdparty.mixpanel":"2.2.2",
+      "at.kairoscope.thirdparty.sirenix":"1.0.2"
     },
     "repository": {
       "type": "git",