From 09b45cb5293846812340eaa6b20208b2d38c3099 Mon Sep 17 00:00:00 2001 From: Ryusei Yamaguchi Date: Mon, 22 Jun 2015 03:31:06 +0900 Subject: [PATCH] version 0.3.1 release note --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 22e1ab1..29b42b0 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,8 +4,8 @@ "license": "MIT", "tags": ["cross", "unicode", "string"], "description": "Library for Unicode string support", - "version": "0.3.0", - "releasenote": "stop using interfaces", + "version": "0.3.1", + "releasenote": "fix to work on Haxe 3.2.0", "contributors": ["mandel59"], "dependencies": {} }