minor fix extra params

This commit is contained in:
Dima Granetchi
2017-03-12 05:34:04 +02:00
parent 020056fa84
commit 2ca2c1f46e
3 changed files with 2 additions and 2 deletions
View File
+1 -1
View File
@@ -5,7 +5,7 @@
"tags": ["bind", "binding", "bindings", "cross"], "tags": ["bind", "binding", "bindings", "cross"],
"description": "Powerful and fast macro-based data binding engine inspired by Flex Bindings with easy-to-use syntax.", "description": "Powerful and fast macro-based data binding engine inspired by Flex Bindings with easy-to-use syntax.",
"classPath": "src", "classPath": "src",
"version": "2.6.1", "version": "2.6.2",
"releasenote": "more options to setup library behaviour", "releasenote": "more options to setup library behaviour",
"contributors": [ "contributors": [
"deep" "deep"
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
rm -f haxelib.zip 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 haxelib submit haxelib.zip