From 305bb21615c11478f37f28978e313c04679aebaf Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Wed, 10 Mar 2021 14:48:50 +0100 Subject: [PATCH] [unity] minor: increased Timeline UPM package version number since dependency versions were increased in last commit. --- .../Modules/com.esotericsoftware.spine.timeline/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-unity/Modules/com.esotericsoftware.spine.timeline/package.json b/spine-unity/Modules/com.esotericsoftware.spine.timeline/package.json index 62246d155..2687afa2d 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.timeline/package.json +++ b/spine-unity/Modules/com.esotericsoftware.spine.timeline/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.timeline", "displayName": "Spine Timeline Extensions", "description": "This plugin provides integration of spine-unity for the Unity Timeline.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime, version 3.8 from 2019-10-03 or newer.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", - "version": "3.8.2", + "version": "3.8.3", "unity": "2018.3", "author": { "name": "Esoteric Software",