version 2.6.0

This commit is contained in:
Dima Granetchi
2017-02-26 13:37:27 +02:00
parent e2c77078a2
commit e262fe90e1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
"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.5.2", "version": "2.6.0",
"releasenote": "check notify args", "releasenote": "log catched errors, haxe 3.4 support",
"contributors": [ "contributors": [
"deep" "deep"
] ]
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
zip -r haxelib.zip src haxelib.json README.md zip -r haxelib.zip src haxelib.json README.md LICENCE
haxelib submit haxelib.zip haxelib submit haxelib.zip