From 6b8aefa7cad94c0824d9a0502a3d40dafba63049 Mon Sep 17 00:00:00 2001 From: back2dos Date: Mon, 18 May 2015 01:21:03 +0200 Subject: [PATCH] Release 0.6.0 --- haxelib.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/haxelib.json b/haxelib.json index 098a2ad..0bb8f00 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1 +1,20 @@ -{"name":"tink_macro","license":"MIT","tags":["tink","macro","utility"],"classPath":"src","description":"The macro toolkit ;)","contributors":["back2dos"],"releasenote":"Extended API.","version":"0.5.0","url":"http://haxetink.org/tink_macro","dependencies":{"tink_core":""}} \ No newline at end of file +{ + "name": "tink_macro", + "license": "MIT", + "tags": [ + "tink", + "macro", + "utility" + ], + "classPath": "src", + "description": "The macro toolkit ;)", + "contributors": [ + "back2dos" + ], + "releasenote": "Let go some legacy code.", + "version": "0.6.0", + "url": "http://haxetink.org/tink_macro", + "dependencies": { + "tink_core": "" + } +} \ No newline at end of file