Skip to content

Commit

Permalink
Release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant committed Apr 28, 2020
1 parent aac4b18 commit d4cb0d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7.1",
"version": "0.7.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const configration = {
// ==UserScript==
// @name Better etoro UI for Taiwan
// @description 提供你更好的 etoro 新台幣介面增強懶人包
// @version 0.7.1
// @version 0.7.2
// @author hilezir
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
Expand All @@ -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/[email protected].1/src_dist/etoro.bundle.js',
url: 'https://cdn.jsdelivr.net/gh/hilezir/[email protected].2/src_dist/etoro.bundle.js',
onload: event => {
eval(event.responseText)
},
Expand Down

0 comments on commit d4cb0d9

Please sign in to comment.