diff --git a/src/es6/data/config/hkepc.js b/src/es6/data/config/hkepc.js index d5ccc088..cb3e1814 100644 --- a/src/es6/data/config/hkepc.js +++ b/src/es6/data/config/hkepc.js @@ -4,7 +4,7 @@ const PROXY_URL = 'http://p.ionic-reader.xyz' const BASE_URL = `http://www.hkepc.com/forum` const IMAGE_URL = 'http://www.hkepc.com/forum' -const VERSION = "v0.1.0" +const VERSION = "v0.2.0" function getMobileOperatingSystem(){ "use strict"; const userAgent = navigator.userAgent || navigator.vendor || window.opera;