diff options
author | Wu Cheng-Han | 2016-10-11 11:01:05 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-10-11 11:01:05 +0800 |
commit | 9a15cad42de2112c9c433b3199f39aca440f1581 (patch) | |
tree | 597a748d080bd648a06f2124cb781fd9c9c05c2b /public/js | |
parent | 510b1254323ad03a2ac21a93a4450d7fb67ab9a8 (diff) |
Mark as 0.4.5
Diffstat (limited to '')
-rw-r--r-- | public/js/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/common.js b/public/js/common.js index a14e6fc9..047df8af 100644 --- a/public/js/common.js +++ b/public/js/common.js @@ -4,7 +4,7 @@ var serverurl = window.location.protocol + '//' + (domain ? domain : window.loca var noteid = urlpath ? window.location.pathname.slice(urlpath.length + 1, window.location.pathname.length).split('/')[1] : window.location.pathname.split('/')[1]; var noteurl = serverurl + '/' + noteid; -var version = '0.4.4'; +var version = '0.4.5'; var checkAuth = false; var profile = null; |