Release 0.15.1

This commit is contained in:
Juraj Kirchheim
2017-11-30 10:40:31 +01:00
parent 21c7d12be7
commit 7586b54ece

View File

@@ -1,20 +1,20 @@
{ {
"name": "tink_macro", "name": "tink_macro",
"description": "The macro toolkit ;)", "license": "MIT",
"classPath": "src",
"dependencies": {
"tink_core": ""
},
"url": "http://haxetink.org/tink_macro",
"contributors": [
"back2dos"
],
"version": "0.15.0",
"releasenote": "Keep up with Haxe 4.",
"tags": [ "tags": [
"tink", "tink",
"macro", "macro",
"utility" "utility"
], ],
"license": "MIT" "classPath": "src",
"description": "The macro toolkit ;)",
"contributors": [
"back2dos"
],
"releasenote": "Don't drop positions when typing.",
"version": "0.15.1",
"url": "http://haxetink.org/tink_macro",
"dependencies": {
"tink_core": ""
}
} }