Bump version + dependencies.

This commit is contained in:
back2dos
2013-10-17 10:33:00 +02:00
parent 0d6ee48067
commit bf6098c9dc

View File

@@ -4,11 +4,11 @@
"license": "MIT", "license": "MIT",
"tags": ["tink", "macro", "utility"], "tags": ["tink", "macro", "utility"],
"description": "The macro toolkit ;)", "description": "The macro toolkit ;)",
"version": "0.0.0-beta", "version": "0.0.1-beta",
"releasenote": "Overall refactoring.", "releasenote": "Minor enhancements.",
"contributors": ["back2dos"], "contributors": ["back2dos"],
"dependencies": { "dependencies": {
"tink_core": "1.0.0-beta.3" "tink_core": "1.0.0-beta.4"
}, },
"classPath": "src" "classPath": "src"
} }