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 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.
|
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 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.
|
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 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.
|
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 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.
|
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 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.
|
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 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.
|
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 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.
|
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 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.
|
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 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.
|
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",
|
"name": "@esotericsoftware/spine-ts",
|
||||||
"version": "4.0.14",
|
"version": "4.1.0",
|
||||||
"description": "The official Spine Runtimes for the web.",
|
"description": "The official Spine Runtimes for the web.",
|
||||||
"files": [
|
"files": [
|
||||||
"README.md"
|
"README.md"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esotericsoftware/spine-canvas",
|
"name": "@esotericsoftware/spine-canvas",
|
||||||
"version": "4.0.14",
|
"version": "4.1.0",
|
||||||
"description": "The official Spine Runtimes for the web.",
|
"description": "The official Spine Runtimes for the web.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
@ -30,6 +30,6 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@esotericsoftware/spine-core": "^4.0.13"
|
"@esotericsoftware/spine-core": "^4.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esotericsoftware/spine-core",
|
"name": "@esotericsoftware/spine-core",
|
||||||
"version": "4.0.14",
|
"version": "4.1.0",
|
||||||
"description": "The official Spine Runtimes for the web.",
|
"description": "The official Spine Runtimes for the web.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esotericsoftware/spine-player",
|
"name": "@esotericsoftware/spine-player",
|
||||||
"version": "4.0.14",
|
"version": "4.1.0",
|
||||||
"description": "The official Spine Runtimes for the web.",
|
"description": "The official Spine Runtimes for the web.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
@ -30,6 +30,6 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@esotericsoftware/spine-webgl": "^4.0.13"
|
"@esotericsoftware/spine-webgl": "^4.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@esotericsoftware/spine-threejs",
|
"name": "@esotericsoftware/spine-threejs",
|
||||||
"version": "4.0.14",
|
"version": "4.1.0",
|
||||||
"description": "The official Spine Runtimes for the web.",
|
"description": "The official Spine Runtimes for the web.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
@ -32,6 +32,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/three": "^0.131.0",
|
"@types/three": "^0.131.0",
|
||||||
"three": "^0.132.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",
|
"name": "@esotericsoftware/spine-webgl",
|
||||||
"version": "4.0.14",
|
"version": "4.1.0",
|
||||||
"description": "The official Spine Runtimes for the web.",
|
"description": "The official Spine Runtimes for the web.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
@ -30,6 +30,6 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
||||||
"dependencies": {
|
"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 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.
|
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 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.
|
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 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.
|
spine-xna supports all Spine features.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user