Explorar el Código

[haxe] Release 4.2.0

Davide Tantillo hace 11 meses
padre
commit
c6775728b7
Se han modificado 3 ficheros con 2 adiciones y 4 borrados
  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
 # 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/).
 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"?>
 <?xml version="1.0" encoding="utf-8"?>
 <project>
 <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" />
 	<app main="Main" path="export" file="SpineHaxeExample" />
 	<window allow-high-dpi="true" />
 	<window allow-high-dpi="true" />
 
 

+ 1 - 1
spine-haxe/publish.sh

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