From 1178acecbf815ea80a3a65093c7158d598cb5d07 Mon Sep 17 00:00:00 2001 From: Achmad Aulia Noorhakim Date: Sat, 28 Mar 2015 01:11:37 +0700 Subject: [PATCH] Version bump --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 6d1598b..35a01c1 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,8 +4,8 @@ "license": "MIT", "tags": ["cross","serialization","msgpack"], "description": "MessagePack (http://msgpack.org) for HaXe", - "version": "1.14.1", - "releasenote": "Fix Bytes class name, fix writing binary 8 length with 16 bit int, add more checks.", + "version": "1.15.0", + "releasenote": "Add Int64 support", "contributors": ["aaulia", "Type1J", "mcheshkov"], "dependencies": { } }