From e8857608470063a9a1f7f8206da98c3bb10ef5ea Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 10 Nov 2023 14:14:36 -0800 Subject: [PATCH] bump version (closes #47) --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 7e47d10..6894f0b 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,7 +4,7 @@ "license": "Apache", "tags": [ "away3d", "3d", "engine", "openfl", "cross", "cpp", "flash", "game", "js", "web", "ios", "android" ], "description": "Away3D is an open source platform for developing interactive 3D graphics for video games and applications.", - "version": "5.0.9", - "releasenote": "Improved material name handling in OBJParser and fixed Haxe 4 RC4 support", + "version": "5.1.0", + "releasenote": "Fixed Haxe 4.3, OpenFL 9.2+ and Lime 8.0+ compatibility", "contributors": [ "Greg209", "singmajesty", "p.j.shand", "bowlerhat", "Dimensionscape" ] }