Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 5353136

Browse files
committed
Bump to v1.2.0
1 parent edb8996 commit 5353136

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
以下為映像最新的 tag。其他可用的 tag 請參考 Docker Hub 或 GitHub Container Registry 頁面。
2020

21-
- `latest`, `1`, `1.1`, `1.1.0`
22-
- `kelly`, `kelly-1`, `kelly-1.1`, `kelly-1.1.0`
21+
- `latest`, `1`, `1.2`, `1.2.0`
22+
- `kelly`, `kelly-1`, `kelly-1.2`, `kelly-1.2.0`
2323

2424
映像 `kelly` 不含中文字型,其體積比一般映像小約 70 MiB。如果沒有截圖的需求,建議使用 `kelly`
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopee-coins-bot",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A robot that receives shopee coins.",
55
"scripts": {
66
"build": "tsc && ncc -m build src/index.js && rm src/*.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as ExitCode from './exit-code'
66
import Bot from './tw-shopee-bot'
77
import { isValidPassword } from './util'
88

9-
const version = '1.1.0'
9+
const version = '1.2.0'
1010
const majorVersion = version.split('.')[0]
1111
program
1212
.name(`docker run hyperbola/shopee-coins-bot:${majorVersion}`)

0 commit comments

Comments
 (0)