mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-20 00:36:43 +08:00
Update version strings to 4.1(.xx)
This commit is contained in:
parent
5389b41c67
commit
e87757ef57
@ -14,7 +14,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-c works with data exported from Spine 4.0.xx.
|
||||
spine-c works with data exported from Spine 4.1.xx.
|
||||
|
||||
spine-c supports all Spine features.
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-cocos2dx works with data exported from Spine 4.0.xx.
|
||||
spine-cocos2dx works with data exported from Spine 4.1.xx.
|
||||
|
||||
spine-cocos2dx supports all Spine features.
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-cpp works with data exported from spine 4.0.xx.
|
||||
spine-cpp works with data exported from spine 4.1.xx.
|
||||
|
||||
spine-cpp supports all spine features.
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-csharp works with data exported from Spine 4.0.xx.
|
||||
spine-csharp works with data exported from Spine 4.1.xx.
|
||||
|
||||
spine-csharp supports all Spine features.
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-libgdx works with data exported from Spine 4.0.xx.
|
||||
spine-libgdx works with data exported from Spine 4.1.xx.
|
||||
|
||||
spine-libgdx supports all Spine features and is the reference runtime implementation.
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-monogame works with data exported from Spine 4.0.xx.
|
||||
spine-monogame works with data exported from Spine 4.1.xx.
|
||||
|
||||
spine-monogame supports all Spine features.
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-sfml works with data exported from Spine 4.0.xx.
|
||||
spine-sfml works with data exported from Spine 4.1.xx.
|
||||
|
||||
spine-sfml supports all Spine features except two color tinting.
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-sfml works with data exported from Spine 4.0.xx.
|
||||
spine-sfml works with data exported from Spine 4.1.xx.
|
||||
|
||||
spine-sfml supports all Spine features except two color tinting.
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-ts works with data exported from Spine 4.0.xx.
|
||||
spine-ts works with data exported from Spine 4.1.xx.
|
||||
|
||||
The spine-ts WebGL and Player backends support all Spine features.
|
||||
|
||||
|
||||
728
spine-ts/package-lock.json
generated
728
spine-ts/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-ts",
|
||||
"version": "4.0.14",
|
||||
"version": "4.1.0",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"files": [
|
||||
"README.md"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-canvas",
|
||||
"version": "4.0.14",
|
||||
"version": "4.1.0",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -30,6 +30,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "^4.0.13"
|
||||
"@esotericsoftware/spine-core": "^4.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-core",
|
||||
"version": "4.0.14",
|
||||
"version": "4.1.0",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-player",
|
||||
"version": "4.0.14",
|
||||
"version": "4.1.0",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -30,6 +30,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-webgl": "^4.0.13"
|
||||
"@esotericsoftware/spine-webgl": "^4.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-threejs",
|
||||
"version": "4.0.14",
|
||||
"version": "4.1.0",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -32,6 +32,6 @@
|
||||
"dependencies": {
|
||||
"@types/three": "^0.131.0",
|
||||
"three": "^0.132.0",
|
||||
"@esotericsoftware/spine-core": "^4.0.13"
|
||||
"@esotericsoftware/spine-core": "^4.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@esotericsoftware/spine-webgl",
|
||||
"version": "4.0.14",
|
||||
"version": "4.1.0",
|
||||
"description": "The official Spine Runtimes for the web.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -30,6 +30,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||
"dependencies": {
|
||||
"@esotericsoftware/spine-core": "^4.0.13"
|
||||
"@esotericsoftware/spine-core": "^4.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -13,7 +13,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-ue4 works with data exported from Spine 4.0.xx.
|
||||
spine-ue4 works with data exported from Spine 4.1.xx.
|
||||
|
||||
spine-ue4 supports all Spine features.
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
This Spine-Unity runtime works with data exported from Spine Editor version: 4.0.xx
|
||||
This Spine-Unity runtime works with data exported from Spine Editor version: 4.1.xx
|
||||
@ -14,7 +14,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-unity works with data exported from Spine 4.0.xx.
|
||||
spine-unity works with data exported from Spine 4.1.xx.
|
||||
|
||||
spine-unity supports all Spine features.
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ For the official legal terms governing the Spine Runtimes, please read the [Spin
|
||||
|
||||
## Spine version
|
||||
|
||||
spine-xna works with data exported from Spine 4.0.xx.
|
||||
spine-xna works with data exported from Spine 4.1.xx.
|
||||
|
||||
spine-xna supports all Spine features.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user