Mark as 0.4.2

This commit is contained in:
Cheng-Han, Wu 2016-06-01 20:44:19 +08:00
parent ee3c6b5485
commit c439797efd
4 changed files with 37 additions and 4 deletions

View file

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