From dbabe96e6c4a0161dc728f3de8d982e20324db3f Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Tue, 15 Mar 2022 19:21:46 +0100 Subject: [PATCH] [unity] Increased package.json version number of URP shaders UPM package. --- .../Modules/com.esotericsoftware.spine.urp-shaders/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-unity/Modules/com.esotericsoftware.spine.urp-shaders/package.json b/spine-unity/Modules/com.esotericsoftware.spine.urp-shaders/package.json index ae33b43fa..f9e4aa320 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.urp-shaders/package.json +++ b/spine-unity/Modules/com.esotericsoftware.spine.urp-shaders/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.urp-shaders", "displayName": "Spine Universal RP Shaders", "description": "This plugin provides universal render pipeline (URP) shaders for the spine-unity runtime.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime, version 4.0.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", - "version": "4.0.6", + "version": "4.0.7", "unity": "2019.3", "author": { "name": "Esoteric Software",