From 8a79009d4e0369771a5573cdd4848012c172aab2 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Mon, 6 Apr 2020 18:07:44 +0200 Subject: [PATCH] [unity] Updated version numbers to 3.9 in package.json files added in last commit on 3.8 branch. See #1276. --- spine-unity/Assets/Spine Examples/package.json | 4 ++-- spine-unity/Assets/Spine/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spine-unity/Assets/Spine Examples/package.json b/spine-unity/Assets/Spine Examples/package.json index 3924c88d6..07a3bd284 100644 --- a/spine-unity/Assets/Spine Examples/package.json +++ b/spine-unity/Assets/Spine Examples/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.spine-unity-examples", "displayName": "spine-unity Runtime Examples", "description": "This plugin provides example scenes and scripts for the spine-unity runtime.", - "version": "3.8.0", + "version": "3.9.0", "unity": "2018.3", "author": { "name": "Esoteric Software", @@ -10,7 +10,7 @@ "url": "http://esotericsoftware.com/" }, "dependencies": { - "com.esotericsoftware.spine.spine-unity": "3.8.0" + "com.esotericsoftware.spine.spine-unity": "3.9.0" }, "keywords": [ "spine", diff --git a/spine-unity/Assets/Spine/package.json b/spine-unity/Assets/Spine/package.json index 6fac1264d..ef699bc1b 100644 --- a/spine-unity/Assets/Spine/package.json +++ b/spine-unity/Assets/Spine/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.spine-unity", "displayName": "spine-unity Runtime", "description": "This plugin provides the spine-unity runtime core.", - "version": "3.8.0", + "version": "3.9.0", "unity": "2018.3", "author": { "name": "Esoteric Software",