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

Commit 59a21b7

Browse files
committed
Bump to v1.2.1
1 parent fa7b56c commit 59a21b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.0",
3+
"version": "1.2.1",
44
"description": "A robot that receives shopee coins.",
55
"scripts": {
66
"build": "tsc && ncc -m build src/index.js && rm src/*.js",

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export function isValidPassword(p: string | undefined): boolean {
88
return Boolean(p && p.length >= 8 && p.length <= 16)
99
}
1010

11-
export const version = '1.2.0'
11+
export const version = '1.2.1'

0 commit comments

Comments
 (0)