From fd40bafcaca9991320af7a599d8a7219a01c74a6 Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Wed, 26 Nov 2014 16:42:54 +0200 Subject: [PATCH] version up --- haxelib.json | 2 +- run.sh | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100755 run.sh 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