diff --git a/package.json b/package.json index 42c78ca..5f15e62 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.ts b/src/index.ts index 4a09459..c9276e5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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({