Release 0.16.3

This commit is contained in:
Juraj Kirchheim
2018-03-12 11:17:12 +01:00
parent ebade45e63
commit 67e680f67f

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.16.3",
"releasenote": "Maintain Haxe 3 nullability semantics in Haxe 4.",
"tags": [
"tink",
"macro",
"utility"
],
"classPath": "src",
"description": "The macro toolkit ;)",
"contributors": [
"back2dos"
],
"releasenote": "Support Type->ComplexType conversion for expression type params.",
"version": "0.16.2",
"url": "http://haxetink.org/tink_macro",
"dependencies": {
"tink_core": ""
}
"license": "MIT"
}