From c439797efdadb5620198c82df7ac55a20e2fc925 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Wed, 1 Jun 2016 20:44:19 +0800 Subject: Mark as 0.4.2 --- 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 33b30689..7a2afdc5 100644 --- a/public/js/common.js +++ b/public/js/common.js @@ -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; -- cgit v1.2.3