From 9a15cad42de2112c9c433b3199f39aca440f1581 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Tue, 11 Oct 2016 11:01:05 +0800 Subject: Mark as 0.4.5 --- 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 a14e6fc9..047df8af 100644 --- a/public/js/common.js +++ b/public/js/common.js @@ -4,7 +4,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.4'; +var version = '0.4.5'; var checkAuth = false; var profile = null; -- cgit v1.2.3