From 197ac5d5fbfcbe3a9869fdf2fa38dfe3eab81d10 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Wed, 20 Apr 2016 18:23:56 +0800 Subject: Mark as 0.4.0 --- public/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js/common.js') diff --git a/public/js/common.js b/public/js/common.js index 3cdc7487..3496e3a4 100644 --- a/public/js/common.js +++ b/public/js/common.js @@ -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; -- cgit v1.2.3