From 947da83533d315fb463472a04558c5a30e009ae9 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Tue, 12 Oct 2021 12:50:02 +0200 Subject: [PATCH] [unity] Increased package version number of last commit's changes. See #1967, commit 43e8000. --- .../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 5df14a0ca..2fe826886 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.4", + "version": "4.0.5", "unity": "2019.3", "author": { "name": "Esoteric Software",