From 393ef29cb3d01fc10ed73050d2beba6532559bb4 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Thu, 15 May 2025 20:58:41 +0200 Subject: [PATCH] [unity] Increased package version after previous revert-commit to avoid decreasing version number issues. --- spine-unity/Assets/Spine/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-unity/Assets/Spine/package.json b/spine-unity/Assets/Spine/package.json index cc1ebb380..5831705fd 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": "4.2.103", + "version": "4.2.104", "unity": "2018.3", "author": { "name": "Esoteric Software",