Mark as 0.4.0

This commit is contained in:
Cheng-Han, Wu 2016-04-20 18:23:56 +08:00
parent 1a4792b8c4
commit 197ac5d5fb
3 changed files with 64 additions and 2 deletions

View file

@ -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;