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

Commit

Permalink
Bump to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Jul 11, 2023
1 parent 1b7a901 commit 4adeb30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

- `latest`, `1`, `1.2`, `1.2.1`
- `latest`, `1`, `1.3`, `1.3.0`

### 使用說明

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopee-coins-bot",
"version": "1.2.1",
"version": "1.3.0",
"description": "A robot that receives shopee coins.",
"scripts": {
"build": "tsc && ncc -m build src/index.js && rm src/*.js",
Expand Down
2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export function isValidPassword(p: string | undefined): boolean {
return Boolean(p && p.length >= 8 && p.length <= 16)
}

export const version = '1.2.1'
export const version = '1.3.0'

0 comments on commit 4adeb30

Please sign in to comment.