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.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Jul 11, 2023
1 parent e5f987b commit e0adf3b
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.0.17",
"version": "1.0.18",
"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/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Bot from './tw-shopee-bot'
import { isValidPassword } from './util'
import * as exitCode from './exit-code'

const version = '1.0.17'
const version = '1.0.18'
const majorVersion = version.split('.')[0]
program
.name(`docker run -it hyperbola/shopee-coins-bot:${majorVersion}`)
Expand Down

0 comments on commit e0adf3b

Please sign in to comment.