Browse Source

Bumped package version to 0.1.3

James Peret 1 year ago
parent
commit
62dcad1093
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Readme.md
  2. 1 1
      package.json

+ 1 - 1
Readme.md

@@ -1,4 +1,4 @@
-# 📦 KairoEngine.GameTools.v0.1.1
+# 📦 KairoEngine.GameTools.v0.1.3
 
 This package contains the **Game Tools System**, used in strategy type games. It consists of a interaction tool that can hold many different custom tools. Another built in tool is the selection tool, used to select objects and execute actions.
 

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
     "name": "at.kairoscope.kairoengine.game-tools",
     "displayName": "KairoEngine Game Tools",
-    "version": "0.1.2",
+    "version": "0.1.3",
     "unity": "2020.3",
     "description": "Kairoengine game tools library. Mostly classes for tools that manipulate the grid building system.",
     "dependencies": {