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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Jul 11, 2023
1 parent 50c3950 commit 0b93f2f
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.4",
"version": "1.0.5",
"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 @@ -5,7 +5,7 @@ import Bot, { EXIT_CODE_WRONG_PASSWORD } from './tw-shopee-bot'
import yargs from 'yargs'
import { hideBin } from 'yargs/helpers'

const version = '1.0.4'
const version = '1.0.5'
const args = yargs(hideBin(process.argv))
.usage('docker run -it hyperbola/shopee-coins-bot:1 [options]')
.options({
Expand Down

0 comments on commit 0b93f2f

Please sign in to comment.