Browse Source

Bumped package version to 0.2.0

James Peret 2 years ago
parent
commit
00eb969e79
2 changed files with 9 additions and 5 deletions
  1. 7 3
      Readme.md
  2. 2 2
      package.json

+ 7 - 3
Readme.md

@@ -1,6 +1,4 @@
-# 📦 KairoEngine.SFX.v0.1.2
-
-
+# 📦 KairoEngine.SFX.v0.2.0
 
 ### 🛑Required packages
 
@@ -11,6 +9,12 @@
 
 - `KairoEngine.SFX`
 
+### Changelog
+
+##### v0.2.0
+
+- Upgraded GameModule system
+
 ### 📙Modules
 
 ### 🔷Components

+ 2 - 2
package.json

@@ -1,11 +1,11 @@
 {
     "name": "at.kairoscope.kairoengine.sfx",
     "displayName": "KairoEngine SFX",
-    "version": "0.1.3",
+    "version": "0.2.0",
     "unity": "2020.3",
     "description": "Library for dealing with sound effects.",
     "dependencies": {
-      "at.kairoscope.kairoengine.core":"0.1.6",
+      "at.kairoscope.kairoengine.core":"0.2.0",
       "com.unity.editorcoroutines":"1.0.0"
     },
     "repository": {