Mark as 0.5.0

This commit is contained in:
Wu Cheng-Han 2017-01-02 11:19:01 +08:00
parent 6ac1df5965
commit bd4335964d
4 changed files with 33 additions and 4 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.6';
var version = '0.5.0';
var checkAuth = false;
var profile = null;