diff --git a/haxelib.json b/haxelib.json index 72d6c51..a48806c 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.0.0-alpha", + "version": "2.0.0-beta", "releasenote": "bindx reification", "contributors": [ "deep" diff --git a/run.sh b/run.sh deleted file mode 100755 index 8a6bcfc..0000000 --- a/run.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -mono bin/cs/bin/Tests.exe - -java -jar bin/java/Tests.jar - -neko bin/neko.n - -open bin/bind.swf \ No newline at end of file