summaryrefslogtreecommitdiff
path: root/public/js/common.js
diff options
context:
space:
mode:
authorWu Cheng-Han2016-08-02 17:17:33 +0800
committerWu Cheng-Han2016-08-02 17:17:33 +0800
commitf35aa94b414d3becd78f69de88c5592449f51e03 (patch)
tree57702e066dad405104d47818c0289fe8ed351911 /public/js/common.js
parent67474aa1d4bf1281f48dc3b0936ce7c32edf30d8 (diff)
Mark as 0.4.4
Diffstat (limited to 'public/js/common.js')
-rw-r--r--public/js/common.js2
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;