summaryrefslogtreecommitdiff
path: root/public/js/common.js
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-04-20 18:23:56 +0800
committerCheng-Han, Wu2016-04-20 18:23:56 +0800
commit197ac5d5fbfcbe3a9869fdf2fa38dfe3eab81d10 (patch)
tree91a9f92c6c45ec8835a4a6409f4a51d22f713647 /public/js/common.js
parent1a4792b8c4ffe256b81d85afcc7a8b8cd35e03e2 (diff)
Mark as 0.4.0
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 3cdc7487..3496e3a4 100644
--- a/public/js/common.js
+++ b/public/js/common.js
@@ -12,7 +12,7 @@ var serverurl = window.location.protocol + '//' + domain + (port ? ':' + port :
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.3.4';
+var version = '0.4.0';
var checkAuth = false;
var profile = null;