Browse Source

Bumped package version to 0.2.1

James Peret 1 year ago
parent
commit
36d5b9ea5e
2 changed files with 4 additions and 3 deletions
  1. 3 2
      Readme.md
  2. 1 1
      package.json

+ 3 - 2
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.Utilities v0.2.0
+# 📦 KairoEngine.Utilities v0.2.1
 
 Kairoengine utilities library.
 
@@ -13,6 +13,7 @@ Kairoengine utilities library.
 
 ### 📄Changelog
 
+##### v0.2.1
+- Added SuperLerp function
 ##### v0.2.0
-
 - Moved Statistics namespace to its own package

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
     "name": "at.kairoscope.kairoengine.utilities",
     "displayName": "KairoEngine Utilities",
-    "version": "0.2.0",
+    "version": "0.2.1",
     "unity": "2020.3",
     "description": "Kairoengine utilities library. Contains the MeshUtils, StringUtils, Vector2Int extensions and the Statistics System.",
     "dependencies": {