diff options
author | Wu Cheng-Han | 2017-01-02 11:19:01 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2017-01-02 11:19:01 +0800 |
commit | bd4335964d678dbde153946a4998a47fed63d48e (patch) | |
tree | a4936727a7d42004f53dc6f91859f27156eb0a68 /public/js | |
parent | 6ac1df596525f678b21bb5a77ecddde1cc1cc44f (diff) |
Mark as 0.5.0
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 52839caf..f5bfc8ec 100644 --- a/public/js/common.js +++ b/public/js/common.js @@ -12,7 +12,7 @@ window.serverurl = window.location.protocol + '//' + (domain ? domain : window.l 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.6'; +var version = '0.5.0'; var checkAuth = false; var profile = null; |