From 7b6fe02376d7b6715d875a0417f0f54e5612c957 Mon Sep 17 00:00:00 2001 From: Chris Speciale Date: Tue, 22 Oct 2024 06:43:30 -0400 Subject: [PATCH] Bump version to 3.3.0 --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index a478d26..8e3c7c9 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,7 +4,7 @@ "license": "MIT", "tags": [ "openfl", "swf", "animation", "flash", "assets", "swc" ], "description": "Provides support for parsing and displaying SWF content", - "version": "3.2.0", + "version": "3.3.0", "releasenote": "New features for CLI pre-processing of SWF assets", "contributors": [ "singmajesty", @@ -12,4 +12,4 @@ "Dimensionscape" ], "classPath": "src" -} \ No newline at end of file +}