Browse Source

Bumped package version to 0.2.0

James Peret 2 years ago
parent
commit
d63272634e
3 changed files with 13 additions and 4 deletions
  1. 7 1
      Readme.md
  2. 3 1
      Runtime/KairoEngine.SoundtrackSystem.asmdef
  3. 3 2
      package.json

+ 7 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.Soundtrack.v0.1.2
+# 📦 KairoEngine.Soundtrack.v0.2.0
 
 The Soundtrack module contains the ``SoundtrackManager``, ``Playlist`` and ``Soundtrack`` scripts for playing a list of songs, crossfading and looping.
 
@@ -8,6 +8,12 @@ The Soundtrack module contains the ``SoundtrackManager``, ``Playlist`` and ``Sou
 
 - `KairoEngine.SoundtrackSystem`
 
+### 📄Changelog
+
+##### v0.2.0
+
+- Added GameModule system
+
 ### 📙Modules
 
 ### 🔷Components

+ 3 - 1
Runtime/KairoEngine.SoundtrackSystem.asmdef

@@ -1,7 +1,9 @@
 {
     "name": "KairoEngine.Soundtrack",
+    "rootNamespace": "",
     "references": [
-        "GUID:7e5ae6a38d1532248b4c890eca668b06"
+        "GUID:7e5ae6a38d1532248b4c890eca668b06",
+        "GUID:e048eeec9bdb9d30448017b829deb3f6"
     ],
     "includePlatforms": [],
     "excludePlatforms": [],

+ 3 - 2
package.json

@@ -1,11 +1,12 @@
 {
     "name": "at.kairoscope.kairoengine.soundtrack",
     "displayName": "KairoEngine Soundtrack System",
-    "version": "0.1.2",
+    "version": "0.2.0",
     "unity": "2020.3",
     "description": "Kairoengine soundtrack library. ",
     "dependencies": {
-      "at.kairoscope.kairoengine.core":"0.1.6"
+      "at.kairoscope.kairoengine.core":"0.2.0",
+      "at.kairoscope.thirdparty.sirenix":"1.0.2"
     },
     "repository": {
       "type": "git",