From 8566d4e235abb26952a7678494fc7a1932596309 Mon Sep 17 00:00:00 2001 From: Juraj Kirchheim Date: Fri, 23 Jun 2017 07:58:47 +0200 Subject: [PATCH] Update haxelib.json --- haxelib.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haxelib.json b/haxelib.json index ada92e8..d8001e5 100644 --- a/haxelib.json +++ b/haxelib.json @@ -14,11 +14,11 @@ "contributors": [ "back2dos" ], - "releasenote": "Adds more hooks. Various fixes.", - "version": "0.13.0", + "releasenote": "Fix issue with percent encoding.", + "version": "0.13.1", "url": "https://github.com/haxetink/tink_hxx/", "dependencies": { "tink_parse": "", "tink_macro": "" } -} \ No newline at end of file +}