From 7effc48e272bb2df33d91106696826907c7d365e Mon Sep 17 00:00:00 2001 From: Ryusei Yamaguchi Date: Thu, 12 Jun 2014 19:31:56 +0900 Subject: [PATCH] release v0.1.0 --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 7a5c897..d8bef06 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.0.3", - "releasenote": "Support Python", + "version": "0.1.0", + "releasenote": "add class UtfIter\nrename Unicode.isCodePoint to Unicode.isScalar\nadd method Unifill.uCharCodeAt", "contributors": ["mandel59"], "dependencies": {} }