From 1a2ec13926bed5d7700d72654137bd1aab599e84 Mon Sep 17 00:00:00 2001 From: Pavel <11509664+botsman@users.noreply.github.com> Date: Thu, 25 Mar 2021 15:05:59 +0200 Subject: [PATCH] bump version --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 621a5cf..7a74593 100644 --- a/haxelib.json +++ b/haxelib.json @@ -10,9 +10,9 @@ "javascript" ], "description": "This library provides a macros to add 'async' and 'await' keywords for Python and JavaScript and does nothing for other platoforms.", - "version": "1.0.0", + "version": "1.1.0", "classPath": "src", - "releasenote": "Mare cases handled. Improve throwed errors", + "releasenote": "Move type inference under flag", "contributors": [ "botsman" ],