diff options
author | Wu Cheng-Han | 2016-12-19 17:30:33 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-12-19 17:30:33 +0800 |
commit | 39521f25a78114c2606371a9a52d9ccca2fb1091 (patch) | |
tree | d6ba74b6af37dc713b1d7e6ba4a6391092a25a7e /public/js | |
parent | c8d37dd192f656be970515919ae8208294a59d96 (diff) |
Mark as 0.4.6
Diffstat (limited to 'public/js')
-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 b8ff3758..52839caf 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.5'; +var version = '0.4.6'; var checkAuth = false; var profile = null; |