Browse Source

Version fixes.

badlogic 6 years ago
parent
commit
ede677ce3f
3 changed files with 68 additions and 2 deletions
  1. 66 0
      CHANGELOG.md
  2. 1 1
      spine-libgdx/spine-libgdx/pom.xml
  3. 1 1
      spine-unity/Assets/Spine/version.txt

+ 66 - 0
CHANGELOG.md

@@ -1,3 +1,69 @@
+# 3.8
+
+## AS3
+* **Breaking changes**
+
+* **Additions**
+
+### Starling
+
+## C
+* **Breaking changes**
+
+* **Additions**
+
+### Cocos2d-Objc
+
+### SFML
+
+## C++
+* ** Additions **
+
+* **Breaking changes**
+
+### Cocos2d-x
+### SFML
+
+### UE4
+
+## C# ##
+* **Breaking changes**
+
+* **Additions**
+
+### Unity
+
+### XNA/MonoGame
+
+## Java
+* **Breaking changes**
+
+* **Additions**
+
+### libGDX
+
+## Lua
+* **Breaking changes**
+*
+* **Additions**
+
+### Love2D
+
+### Corona
+
+## Typescript/Javascript
+* **Breaking changes**
+
+* **Additions**
+
+### WebGL backend
+
+### Canvas backend
+
+### Three.js backend
+
+### Player
+
 # 3.7
 # 3.7
 
 
 ## AS3
 ## AS3

+ 1 - 1
spine-libgdx/spine-libgdx/pom.xml

@@ -10,7 +10,7 @@
 	<groupId>com.esotericsoftware.spine</groupId>
 	<groupId>com.esotericsoftware.spine</groupId>
 	<artifactId>spine-libgdx</artifactId>
 	<artifactId>spine-libgdx</artifactId>
 	<packaging>jar</packaging>
 	<packaging>jar</packaging>
-	<version>3.7.92.1-SNAPSHOT</version>
+	<version>3.8.0.1-SNAPSHOT</version>
 
 
 
 
 	<name>spine-libgdx</name>
 	<name>spine-libgdx</name>

+ 1 - 1
spine-unity/Assets/Spine/version.txt

@@ -1 +1 @@
-This Spine-Unity runtime works with data exported from Spine Editor version: 3.7.xx
+This Spine-Unity runtime works with data exported from Spine Editor version: 3.8.xx