From a517433f59df9cd868cb7483f9a17af7b34eb090 Mon Sep 17 00:00:00 2001 From: Mark Knol Date: Wed, 16 Oct 2019 10:24:28 +0200 Subject: [PATCH] Update haxelib.json --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index e85118e..b32677f 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,9 +4,9 @@ "license": "MIT", "tags": ["haxe","js","uglify","minify","obfuscation"], "description": "Minify using uglifyjs", - "version": "0.0.91", + "version": "1.0.0", "classPath": "src/", - "releasenote": "Fix missing extraParams.hxml", + "releasenote": "add -D uglifyjs_beautify", "contributors": [ "markknol" ],