Release 0.16.6

This commit is contained in:
Juraj Kirchheim
2018-07-26 12:57:57 +02:00
parent 7ca0d4a650
commit 2b7204f8d3

View File

@@ -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.16.5",
"releasenote": "Fix setter bypass.",
"license": "MIT",
"tags": [
"tink",
"macro",
"utility"
],
"license": "MIT"
"classPath": "src",
"description": "The macro toolkit ;)",
"contributors": [
"back2dos"
],
"releasenote": "Add haxe3 polyfill for ObjectField.",
"version": "0.16.6",
"url": "http://haxetink.org/tink_macro",
"dependencies": {
"tink_core": ""
}
}