From 0df9c28acef467361a7f0d93c7317582d5039aeb Mon Sep 17 00:00:00 2001 From: Juraj Kirchheim Date: Tue, 7 May 2019 22:43:21 +0200 Subject: [PATCH] Release 0.17.6 --- haxelib.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/haxelib.json b/haxelib.json index 1bc6304..9dc063a 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,20 +1,20 @@ { "name": "tink_macro", - "license": "MIT", + "description": "The macro toolkit ;)", + "classPath": "src", + "dependencies": { + "tink_core": "" + }, + "url": "http://haxetink.org/tink_macro", + "contributors": [ + "back2dos" + ], + "version": "0.17.6", + "releasenote": "Add call to find main class.", "tags": [ "tink", "macro", "utility" ], - "classPath": "src", - "description": "The macro toolkit ;)", - "contributors": [ - "back2dos" - ], - "releasenote": "Various fixes", - "version": "0.17.5", - "url": "http://haxetink.org/tink_macro", - "dependencies": { - "tink_core": "" - } + "license": "MIT" } \ No newline at end of file