From 1a6ccff401a201283b32e5e70bb862db3d0d7196 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Wed, 2 Aug 2023 18:21:49 +0200 Subject: [PATCH] [unity] URP Shaders: Increased UPM package version for preceding commit c9952ef. --- .../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 7d32f80a6..69b43df1a 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.1.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)", - "version": "4.1.18", + "version": "4.1.19", "unity": "2019.3", "author": { "name": "Esoteric Software",