Release 0.15.0

This commit is contained in:
Juraj Kirchheim
2017-09-25 10:52:48 +02:00
parent 417a92cabc
commit f27d2796b1
2 changed files with 40 additions and 40 deletions

View File

@@ -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.15.0",
"releasenote": "Keep up with Haxe 4.",
"tags": [
"tink",
"macro",
"utility"
],
"classPath": "src",
"description": "The macro toolkit ;)",
"contributors": [
"back2dos"
],
"releasenote": "Add way to get constructor args.",
"version": "0.14.2",
"url": "http://haxetink.org/tink_macro",
"dependencies": {
"tink_core": ""
}
"license": "MIT"
}