diff --git a/haxelib.json b/haxelib.json index 4b2956f..5e909b9 100644 --- a/haxelib.json +++ b/haxelib.json @@ -5,8 +5,8 @@ "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.2.0", - "releasenote": "interface full support (inheritance). cpp, java and cs full support (3.1.3 and night build)", + "version": "2.3.0", + "releasenote": "typedefs support", "contributors": [ "deep" ] diff --git a/submit.sh b/submit.sh new file mode 100755 index 0000000..742b765 --- /dev/null +++ b/submit.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +zip -r haxelib.zip src haxelib.json +haxelib submit haxelib.zip \ No newline at end of file