From 205becae424e258cf7a7bf9c8e838cadf2595f89 Mon Sep 17 00:00:00 2001 From: jgranick Date: Wed, 31 Aug 2022 06:16:09 -0700 Subject: [PATCH] Update to 3.1.0 --- haxelib.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/haxelib.json b/haxelib.json index fb84b9e..f760b55 100644 --- a/haxelib.json +++ b/haxelib.json @@ -2,10 +2,14 @@ "name": "swf", "url": "http://github.com/openfl/swf", "license": "MIT", - "tags": [ ], + "tags": [ "openfl", "swf", "animation", "flash", "assets", "swc" ], "description": "Provides support for parsing and displaying SWF content", - "version": "3.0.2", - "releasenote": "Haxe 4 compilation fix", - "contributors": [ "singmajesty" ], + "version": "3.1.0", + "releasenote": "New @:bind base class support, SWC support, fixes and improvements", + "contributors": [ + "singmajesty", + "bowlerhat", + "Dimensionscape" + ], "classPath": "src" } \ No newline at end of file