diff options
author | Wu Cheng-Han | 2016-08-02 17:17:33 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-08-02 17:17:33 +0800 |
commit | f35aa94b414d3becd78f69de88c5592449f51e03 (patch) | |
tree | 57702e066dad405104d47818c0289fe8ed351911 /public/js | |
parent | 67474aa1d4bf1281f48dc3b0936ce7c32edf30d8 (diff) |
Mark as 0.4.4
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 cfde462c..0c9455f4 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.3'; +var version = '0.4.4'; var checkAuth = false; var profile = null; |