Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aqzhyi committed Apr 15, 2020
1 parent 2de27f3 commit 806df2b
Show file tree
Hide file tree
Showing 2 changed files with 5 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.3.0",
"version": "0.5.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 4 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,12 @@ const configration = {
test: /etoro/,
raw: false,
banner: `
/** 更新日誌: https://github.com/hilezir/etoro-better-ui/releases */
// ==UserScript==
// @name Better etoro UI for Taiwan
// @description 提供你更好的 etoro 新台幣介面增強懶人包
// @version 0.3
// @version 0.5
// @author hilezir
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
Expand All @@ -101,7 +103,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.3.0/src_dist/etoro.bundle.js',
url: 'https://cdn.jsdelivr.net/gh/hilezir/etoro-better-ui@v0.5.0/src_dist/etoro.bundle.js',
onload: event => {
eval(event.responseText)
},
Expand Down

0 comments on commit 806df2b

Please sign in to comment.