summaryrefslogtreecommitdiff
path: root/public/js/common.js
diff options
context:
space:
mode:
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;