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

Commit 7ae2436

Browse files
committed
Bump to v1.0.16
1 parent daa3456 commit 7ae2436

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.0.15",
3+
"version": "1.0.16",
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 Bot from './tw-shopee-bot'
66
import { isValidPassword } from './util'
77
import * as exitCode from './exit-code'
88

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

0 commit comments

Comments
 (0)