[unity] Updated version numbers to 3.9 in package.json files added in last commit on 3.8 branch. See #1276.

This commit is contained in:
Harald Csaszar 2020-04-06 18:07:44 +02:00
parent 39b08f5044
commit 8a79009d4e
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "com.esotericsoftware.spine.spine-unity-examples",
"displayName": "spine-unity Runtime Examples",
"description": "This plugin provides example scenes and scripts for the spine-unity runtime.",
"version": "3.8.0",
"version": "3.9.0",
"unity": "2018.3",
"author": {
"name": "Esoteric Software",
@ -10,7 +10,7 @@
"url": "http://esotericsoftware.com/"
},
"dependencies": {
"com.esotericsoftware.spine.spine-unity": "3.8.0"
"com.esotericsoftware.spine.spine-unity": "3.9.0"
},
"keywords": [
"spine",

View File

@ -2,7 +2,7 @@
"name": "com.esotericsoftware.spine.spine-unity",
"displayName": "spine-unity Runtime",
"description": "This plugin provides the spine-unity runtime core.",
"version": "3.8.0",
"version": "3.9.0",
"unity": "2018.3",
"author": {
"name": "Esoteric Software",