From c6775728b7c06d4b4c437f3622d7d1af97c4fd27 Mon Sep 17 00:00:00 2001 From: Davide Tantillo Date: Mon, 5 Aug 2024 09:40:40 +0200 Subject: [PATCH] [haxe] Release 4.2.0 --- spine-haxe/README.md | 2 -- spine-haxe/project.xml | 2 +- spine-haxe/publish.sh | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/spine-haxe/README.md b/spine-haxe/README.md index 7771d8345..5050b84dc 100644 --- a/spine-haxe/README.md +++ b/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/). diff --git a/spine-haxe/project.xml b/spine-haxe/project.xml index ceeafb6fb..85f1a9d4b 100644 --- a/spine-haxe/project.xml +++ b/spine-haxe/project.xml @@ -1,7 +1,7 @@ - + diff --git a/spine-haxe/publish.sh b/spine-haxe/publish.sh index 441bb7e0b..5b8eaeae9 100755 --- a/spine-haxe/publish.sh +++ b/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."