Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aqzhyi committed Jun 18, 2020
1 parent 680a6b2 commit 72ae17e
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.13.0",
"version": "0.14.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.13.0
* // @version 0.14.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.13.0/src_dist/etoro.bundle.js',
* url: 'https://cdn.jsdelivr.net/gh/hilezir/etoro-better-ui@v0.14.0/src_dist/etoro.bundle.js',
* onload: event => {
* eval(event.responseText)
* },
Expand Down

0 comments on commit 72ae17e

Please sign in to comment.