Skip to content

Commit

Permalink
[haxe] Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidetan committed Aug 5, 2024
1 parent 6290342 commit c677572
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions spine-haxe/README.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion spine-haxe/project.xml
Original file line number Diff line number Diff line change
@@ -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" />

Expand Down
2 changes: 1 addition & 1 deletion spine-haxe/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit c677572

Please sign in to comment.