From 033dece76ab894c7c42dbdfa9cc4a5a61d49a154 Mon Sep 17 00:00:00 2001 From: Erik Johnson <rejohnso@nps.edu> Date: Wed, 13 May 2020 09:48:22 -0700 Subject: [PATCH] Updated to 0.1.25 and Unity 2019.3 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 75c1eb8..b777a4a 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "com.futuretech.shared", "displayName": "FutureTech Shared", "description": "Contains shared items such as the Scriptable Variables.", - "version": "0.1.24", - "unity": "2019.2", + "version": "0.1.25", + "unity": "2019.3", "license": "MIT", "repository": { "type": "git", @@ -14,4 +14,4 @@ "dependencies": { "com.unity.inputsystem": "1.0.0-preview.5" } -} \ No newline at end of file +} -- GitLab