From e3d1a115800693c004d1d8d4a7a209753d5f5004 Mon Sep 17 00:00:00 2001 From: George FunBook Date: Fri, 31 Jan 2025 08:32:32 -0600 Subject: [PATCH] release 3.3.1 --- CHANGELOG.md | 4 ++++ haxelib.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e57da228..00cff30df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +3.3.1 (January 31, 2025) +Fix warnings for the flixel 6.0.0 release ([374](https://github.com/HaxeFlixel/flixel-demos/pull/374))([375](https://github.com/HaxeFlixel/flixel-demos/pull/375))([376](https://github.com/HaxeFlixel/flixel-demos/pull/376)) + + 3.3.0 (January 24, 2025) - `FlxInputText`: New demo! ([#373](https://github.com/HaxeFlixel/flixel-demos/pull/373)) - `FlxSpriteFilters`: Re-enable DisplacementFilters ([371](https://github.com/HaxeFlixel/flixel-demos/pull/371)) diff --git a/haxelib.json b/haxelib.json index aac25be4b..2d56cfd64 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,8 +4,8 @@ "license": "MIT", "tags": ["game", "openfl", "flash", "neko", "cpp", "android", "ios", "demo", "cross"], "description": "Demo Projects for HaxeFlixel", - "version": "3.3.0", - "releasenote": "Add FlxinputText demo", + "version": "3.3.1", + "releasenote": "Fix warnings in flixel 6.0.0", "contributors": ["haxeflixel", "Gama11", "GeoKureli"], "dependencies": {} }