From 2a839a2ae1e0cd762255652a89871a028afe2911 Mon Sep 17 00:00:00 2001 From: Dima Granetchi Date: Mon, 18 Dec 2017 20:05:29 +0200 Subject: [PATCH] version 2.6.3 --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 51cb1e0..bc2083b 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.6.2", - "releasenote": "more options to setup library behaviour", + "version": "2.6.3", + "releasenote": "Fixed inheritance issue for bindAll and unbindAll", "contributors": [ "deep" ]