Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aqzhyi committed May 17, 2020
1 parent 821afc8 commit fb9b534
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tampermonkey-etoro-better-ui",
"version": "0.8.1",
"version": "0.9.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src_dist/etoro.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* // ==UserScript==
* // @name Better etoro UI for Taiwan
* // @description 提供你更好的 etoro 新台幣介面增強懶人包
* // @version 0.8.1
* // @version 0.9.0
* // @author hilezir
* // @grant GM_xmlhttpRequest
* // @grant GM_addStyle
Expand All @@ -31,7 +31,7 @@
*
* window.GM_xmlhttpRequest({
* // url: 'http://127.0.0.1:8080/etoro.bundle.js', // 開發模式
* url: 'https://cdn.jsdelivr.net/gh/hilezir/etoro-better-ui@v0.8.1/src_dist/etoro.bundle.js',
* url: 'https://cdn.jsdelivr.net/gh/hilezir/etoro-better-ui@v0.9.0/src_dist/etoro.bundle.js',
* onload: event => {
* eval(event.responseText)
* },
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const configration = {
// ==UserScript==
// @name Better etoro UI for Taiwan
// @description 提供你更好的 etoro 新台幣介面增強懶人包
// @version 0.8.1
// @version 0.9.0
// @author hilezir
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
Expand All @@ -147,7 +147,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.8.1/src_dist/etoro.bundle.js',
url: 'https://cdn.jsdelivr.net/gh/hilezir/etoro-better-ui@v0.9.0/src_dist/etoro.bundle.js',
onload: event => {
eval(event.responseText)
},
Expand Down

0 comments on commit fb9b534

Please sign in to comment.