Mark as 0.4.6

This commit is contained in:
Wu Cheng-Han 2016-12-19 17:30:33 +08:00
parent c8d37dd192
commit 39521f25a7
4 changed files with 62 additions and 3 deletions

View file

@ -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.5';
var version = '0.4.6';
var checkAuth = false;
var profile = null;