diff --git a/extraParams.hx b/extraParams.hxml similarity index 100% rename from extraParams.hx rename to extraParams.hxml diff --git a/haxelib.json b/haxelib.json index 06151d2..51cb1e0 100644 --- a/haxelib.json +++ b/haxelib.json @@ -5,7 +5,7 @@ "tags": ["bind", "binding", "bindings", "cross"], "description": "Powerful and fast macro-based data binding engine inspired by Flex Bindings with easy-to-use syntax.", "classPath": "src", - "version": "2.6.1", + "version": "2.6.2", "releasenote": "more options to setup library behaviour", "contributors": [ "deep" diff --git a/submit.sh b/submit.sh index 0aabadc..275b39e 100755 --- a/submit.sh +++ b/submit.sh @@ -1,5 +1,5 @@ #!/bin/bash rm -f haxelib.zip -zip -r haxelib.zip src haxelib.json README.md LICENSE extraParams.hx +zip -r haxelib.zip src haxelib.json README.md LICENSE extraParams.hxml haxelib submit haxelib.zip \ No newline at end of file