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.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Jul 11, 2023
1 parent fa7b56c commit 59a21b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0",
"version": "1.2.1",
"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.0'
export const version = '1.2.1'

0 comments on commit 59a21b7

Please sign in to comment.