From e262fe90e15755051aa4fdf80fd67a9feab3511f Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Sun, 26 Feb 2017 13:37:27 +0200 Subject: [PATCH] version 2.6.0 --- haxelib.json | 4 ++-- submit.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/haxelib.json b/haxelib.json index 6a9502f..efded81 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.5.2", - "releasenote": "check notify args", + "version": "2.6.0", + "releasenote": "log catched errors, haxe 3.4 support", "contributors": [ "deep" ] diff --git a/submit.sh b/submit.sh index c72f6e5..3d47558 100755 --- a/submit.sh +++ b/submit.sh @@ -1,4 +1,4 @@ #!/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 \ No newline at end of file