Browse Source

Bumped package version to 0.2.1

James Peret 2 years ago
parent
commit
205cf7648e
2 changed files with 8 additions and 3 deletions
  1. 6 1
      Readme.md
  2. 2 2
      package.json

+ 6 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.Soundtrack.v0.2.0
+# 📦 KairoEngine.Soundtrack.v0.2.1
 
 The Soundtrack module contains the ``SoundtrackManager``, ``Playlist`` and ``Soundtrack`` scripts for playing a list of songs, crossfading and looping.
 
@@ -10,6 +10,11 @@ The Soundtrack module contains the ``SoundtrackManager``, ``Playlist`` and ``Sou
 
 ### 📄Changelog
 
+##### v0.2.1
+- Added StopSountrack GameAction
+- Added PlaySoundtrack GameAction
+- Added function to find a song by name and play it
+
 ##### v0.2.0
 
 - Added GameModule system

+ 2 - 2
package.json

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