[haxe] Release 4.2.0

This commit is contained in:
Davide Tantillo 2024-08-05 09:40:40 +02:00
parent 6290342960
commit c6775728b7
3 changed files with 2 additions and 4 deletions

View File

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

View File

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

View File

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