1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-10-31 15:42:59 +00:00

Use the version number from the package.json file

Instead of the old separate version.txt file
This commit is contained in:
Jeremy Ruston
2012-07-13 17:38:23 +01:00
parent 2e0e74a353
commit 898e86db79
6 changed files with 7 additions and 38 deletions

View File

@@ -19,7 +19,7 @@ exports.info = {
};
exports.executeMacro = function() {
return $tw.Tree.Text($tw.utils.getVersionString());
return $tw.Tree.Text($tw.version);
};
})();