diff --git a/package.json b/package.json index 1c881e5..f6bdd8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tampermonkey-etoro-better-ui", - "version": "0.5.0", + "version": "0.7.0", "description": "", "main": "index.js", "scripts": { diff --git a/webpack.config.js b/webpack.config.js index ca5d8d4..dbdc22f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -88,7 +88,7 @@ const configration = { // ==UserScript== // @name Better etoro UI for Taiwan // @description 提供你更好的 etoro 新台幣介面增強懶人包 - // @version 0.5 + // @version 0.7 // @author hilezir // @grant GM_xmlhttpRequest // @grant GM_addStyle @@ -114,7 +114,7 @@ const configration = { window.GM_xmlhttpRequest({ // url: 'http://127.0.0.1:8080/etoro.bundle.js', // 開發模式 - url: 'https://cdn.jsdelivr.net/gh/hilezir/etoro-better-ui@v0.5.0/src_dist/etoro.bundle.js', + url: 'https://cdn.jsdelivr.net/gh/hilezir/etoro-better-ui@v0.7.0/src_dist/etoro.bundle.js', onload: event => { eval(event.responseText) },