Forráskód Böngészése

[haxe] Release 4.2.0

Davide Tantillo 11 hónapja
szülő
commit
c6775728b7
3 módosított fájl, 2 hozzáadás és 4 törlés
  1. 0 2
      spine-haxe/README.md
  2. 1 1
      spine-haxe/project.xml
  3. 1 1
      spine-haxe/publish.sh

+ 0 - 2
spine-haxe/README.md

@@ -1,5 +1,3 @@
-> **Note**: this runtime is a work in progress. Please follow this issue to get alerted once the runtime is deemed complete. https://github.com/EsotericSoftware/spine-runtimes/issues/2249
-
 # spine-haxe
 
 The spine-haxe runtime provides functionality to load, manipulate and render [Spine](http://esotericsoftware.com) skeletal animation data using [Haxe](https://haxe.org/) in combination with [OpenFL](https://www.openfl.org/) and [Lime](https://lime.openfl.org/).

+ 1 - 1
spine-haxe/project.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <project>
 
-	<meta title="spine-haxe-example" package="spine" version="4.1.0" company="Esoteric Software" />
+	<meta title="spine-haxe-example" package="spine" version="4.2.0" company="Esoteric Software" />
 	<app main="Main" path="export" file="SpineHaxeExample" />
 	<window allow-high-dpi="true" />
 

+ 1 - 1
spine-haxe/publish.sh

@@ -22,7 +22,7 @@ read answer
 if [ "$answer" = "Y" ] || [ "$answer" = "y" ]; then
     git add haxelib.json
     git commit -m "[haxe] Release $newVersion"
-    git push origin haxe-ci
+    git push origin 4.2
     echo "Changes committed and pushed."
 else
     echo "Commit and push cancelled, but haxelib.json version updated."