Mark as 0.4.5

This commit is contained in:
Wu Cheng-Han 2016-10-11 11:01:05 +08:00
parent 510b125432
commit 9a15cad42d
4 changed files with 64 additions and 4 deletions

View file

@ -4,7 +4,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.4';
var version = '0.4.5';
var checkAuth = false;
var profile = null;