From 06fa582d0b100bed1286e34fa6c332be905e7247 Mon Sep 17 00:00:00 2001 From: aaulia Date: Sun, 8 Mar 2015 01:05:18 +0700 Subject: [PATCH] Version bump --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 27a03d4..6d1598b 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.0", - "releasenote": "Adding Maps with arbitrary key types (thanks to mcheshkov)", + "version": "1.14.1", + "releasenote": "Fix Bytes class name, fix writing binary 8 length with 16 bit int, add more checks.", "contributors": ["aaulia", "Type1J", "mcheshkov"], "dependencies": { } }