Browse Source

Renamed Analytics to AnalyticsComponent

jamesperet 2 years ago
parent
commit
dbf1d2097f
4 changed files with 2 additions and 2 deletions
  1. 1 1
      Readme.md
  2. 0 0
      Runtime/AnalyticsComponent.cs
  3. 0 0
      Runtime/AnalyticsComponent.cs.meta
  4. 1 1
      package.json

+ 1 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.Analytics.v0.1.2
+# 📦 KairoEngine.Analytics.v0.1.4
 
 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.
 

+ 0 - 0
Runtime/Analytics.cs → Runtime/AnalyticsComponent.cs


+ 0 - 0
Runtime/Analytics.cs.meta → Runtime/AnalyticsComponent.cs.meta


+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
     "name": "at.kairoscope.kairoengine.analytics",
     "displayName": "KairoEngine Analytics",
-    "version": "0.1.3",
+    "version": "0.1.4",
     "unity": "2020.3",
     "description": "Kairoengine analytics library. Sends data to the Mixpanel service.",
     "dependencies": {