diff options
author | Cheng-Han, Wu | 2016-06-01 20:44:19 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-06-01 20:44:19 +0800 |
commit | c439797efdadb5620198c82df7ac55a20e2fc925 (patch) | |
tree | 35c760a2017a2ba8f6154c9edc1eafac2ca587dc /public/js | |
parent | ee3c6b5485698e39c011a9aec546568e4e8b6f79 (diff) |
Mark as 0.4.2
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 33b30689..7a2afdc5 100644 --- a/public/js/common.js +++ b/public/js/common.js @@ -14,7 +14,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.0'; +var version = '0.4.2'; var checkAuth = false; var profile = null; |