From e59fab499d5a8c7e8e49e8b3ab19ab32322c997f Mon Sep 17 00:00:00 2001 From: Juraj Kirchheim Date: Fri, 13 Sep 2019 09:40:22 +0200 Subject: [PATCH] Release 0.18.0 --- haxelib.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/haxelib.json b/haxelib.json index 14cd0f2..bd62cd2 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,20 +1,20 @@ { "name": "tink_macro", - "description": "The macro toolkit ;)", - "classPath": "src", - "dependencies": { - "tink_core": "" - }, - "url": "http://haxetink.org/tink_macro", - "contributors": [ - "back2dos" - ], - "version": "0.17.7", - "releasenote": "Use @:persistent as necessary.", + "license": "MIT", "tags": [ "tink", "macro", "utility" ], - "license": "MIT" + "classPath": "src", + "description": "The macro toolkit ;)", + "contributors": [ + "back2dos" + ], + "releasenote": "Compat with haxe 4 rc4 onward.", + "version": "0.18.0", + "url": "http://haxetink.org/tink_macro", + "dependencies": { + "tink_core": "" + } } \ No newline at end of file