Эх сурвалжийг харах

Update version strings to 4.1(.xx)

Mario Zechner 3 жил өмнө
parent
commit
e87757ef57

+ 1 - 1
spine-c/README.md

@@ -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.
 

+ 1 - 1
spine-cocos2dx/README.md

@@ -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.
 

+ 1 - 1
spine-cpp/README.md

@@ -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.
 

+ 1 - 1
spine-csharp/README.md

@@ -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.
 

+ 1 - 1
spine-libgdx/README.md

@@ -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.
 

+ 1 - 1
spine-monogame/README.md

@@ -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.
 

+ 1 - 1
spine-sfml/c/README.md

@@ -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.
 

+ 1 - 1
spine-sfml/cpp/README.md

@@ -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.
 

+ 1 - 1
spine-ts/README.md

@@ -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.
 

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 70 - 542
spine-ts/package-lock.json


+ 1 - 1
spine-ts/package.json

@@ -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"

+ 3 - 3
spine-ts/spine-canvas/package.json

@@ -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 - 1
spine-ts/spine-core/package.json

@@ -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",

+ 3 - 3
spine-ts/spine-player/package.json

@@ -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"
   }
-}
+}

+ 3 - 3
spine-ts/spine-threejs/package.json

@@ -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"
   }
-}
+}

+ 3 - 3
spine-ts/spine-webgl/package.json

@@ -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"
   }
-}
+}

+ 1 - 1
spine-ue4/README.md

@@ -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
spine-unity/Assets/Spine/version.txt

@@ -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

+ 1 - 1
spine-unity/README.md

@@ -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.
 

+ 1 - 1
spine-xna/README.md

@@ -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.
 

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно