Browse Source

Bumped package version to 0.2.4

James Peret 2 years ago
parent
commit
39aaf47d51
2 changed files with 8 additions and 5 deletions
  1. 5 2
      Readme.md
  2. 3 3
      package.json

+ 5 - 2
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.SteamIntegration.v0.2.3
+# 📦 KairoEngine.SteamIntegration.v0.2.4
 
 Kairoengine Steam Integration library.
 
@@ -14,7 +14,10 @@ Kairoengine Steam Integration library.
 
 ### 📄Changelog
 
-##### v0.2.2
+##### v0.2.24
+- Updated Steam achievements events
+
+##### v0.2.3
 - Fixed steamdStat not found error
 
 ##### v0.2.2

+ 3 - 3
package.json

@@ -1,12 +1,12 @@
 {
     "name": "at.kairoscope.kairoengine.steam-integration",
     "displayName": "KairoEngine Steam Integration",
-    "version": "0.2.3",
+    "version": "0.2.4",
     "unity": "2020.3",
     "description": "KairoEngine module for integrating Steamworks services",
     "dependencies": {
-      "at.kairoscope.kairoengine.core":"0.2.0",
-      "at.kairoscope.thirdparty.sirenix":"1.0.2",
+      "at.kairoscope.kairoengine.core":"0.2.4",
+      "at.kairoscope.thirdparty.sirenix":"1.0.4",
       "at.kairoscope.thirdparty.facepunch":"1.0.0"
     },
     "repository": {