From 59a1090d344892e1b96b591ac5112f6ff2dd6159 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Mon, 8 Jan 2024 20:32:53 +0100 Subject: [PATCH] [csharp] Minor: increased package version for last commit. --- spine-csharp/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-csharp/src/package.json b/spine-csharp/src/package.json index 877b23450..991560d19 100644 --- a/spine-csharp/src/package.json +++ b/spine-csharp/src/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.spine-csharp", "displayName": "spine-csharp Runtime", "description": "This plugin provides the spine-csharp core runtime.", - "version": "4.2.5", + "version": "4.2.6", "unity": "2018.3", "author": { "name": "Esoteric Software",