From 24f676a030f98af29b578ea3cb68572ac5b5ae8c Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Mon, 22 Nov 2021 19:36:50 +0100 Subject: [PATCH] [unity][csharp] Updated test package.json files and test asset version numbers to 4.1. --- spine-csharp/tests/assets/test.json | 2 +- spine-csharp/tests/package.json | 4 ++-- .../package.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/spine-csharp/tests/assets/test.json b/spine-csharp/tests/assets/test.json index f2199fdb3..f65f96d27 100644 --- a/spine-csharp/tests/assets/test.json +++ b/spine-csharp/tests/assets/test.json @@ -1,5 +1,5 @@ { -"skeleton": { "hash": "hj8P+t8L2OIWCj7RHV1Nzql4Y5E", "spine": "4.0.49", "images": "", "audio": "" }, +"skeleton": { "hash": "hj8P+t8L2OIWCj7RHV1Nzql4Y5E", "spine": "4.1.08", "images": "", "audio": "" }, "bones": [ { "name": "root" } ], diff --git a/spine-csharp/tests/package.json b/spine-csharp/tests/package.json index 549486c07..a0418b3a7 100644 --- a/spine-csharp/tests/package.json +++ b/spine-csharp/tests/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.spine-csharp-tests", "displayName": "spine-csharp Runtime Tests", "description": "This plugin provides tests for the spine-csharp core runtime.", - "version": "4.0.0", + "version": "4.1.0", "unity": "2018.3", "author": { "name": "Esoteric Software", @@ -10,7 +10,7 @@ "url": "http://esotericsoftware.com/" }, "dependencies": { - "com.esotericsoftware.spine.spine-csharp": "4.0.0" + "com.esotericsoftware.spine.spine-csharp": "4.1.0" }, "repository": { "type": "git", diff --git a/spine-unity/Modules/com.esotericsoftware.spine.spine-unity-tests/package.json b/spine-unity/Modules/com.esotericsoftware.spine.spine-unity-tests/package.json index 2b251e3a9..cc8518b6e 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.spine-unity-tests/package.json +++ b/spine-unity/Modules/com.esotericsoftware.spine.spine-unity-tests/package.json @@ -2,7 +2,7 @@ "name": "com.esotericsoftware.spine.spine-unity-tests", "displayName": "spine-unity Runtime Tests", "description": "This plugin provides tests for the spine-unity runtime.", - "version": "4.0.0", + "version": "4.1.0", "unity": "2018.3", "author": { "name": "Esoteric Software", @@ -10,9 +10,9 @@ "url": "http://esotericsoftware.com/" }, "dependencies": { - "com.esotericsoftware.spine.spine-csharp-tests": "4.0.0", - "com.esotericsoftware.spine.spine-csharp": "4.0.0", - "com.esotericsoftware.spine.spine-unity": "4.0.0" + "com.esotericsoftware.spine.spine-csharp-tests": "4.1.0", + "com.esotericsoftware.spine.spine-csharp": "4.1.0", + "com.esotericsoftware.spine.spine-unity": "4.1.0" }, "repository": { "type": "git",