summaryrefslogtreecommitdiff
path: root/public/js
diff options
context:
space:
mode:
authorWu Cheng-Han2017-01-02 11:19:01 +0800
committerWu Cheng-Han2017-01-02 11:19:01 +0800
commitbd4335964d678dbde153946a4998a47fed63d48e (patch)
treea4936727a7d42004f53dc6f91859f27156eb0a68 /public/js
parent6ac1df596525f678b21bb5a77ecddde1cc1cc44f (diff)
Mark as 0.5.0
Diffstat (limited to 'public/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 52839caf..f5bfc8ec 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.6';
+var version = '0.5.0';
var checkAuth = false;
var profile = null;