diff --git a/package.json b/package.json index 9197ae4..c7a900f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopee-coins-bot", - "version": "1.0.15", + "version": "1.0.16", "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 7cc8e6a..4e305b5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,7 @@ import Bot from './tw-shopee-bot' import { isValidPassword } from './util' import * as exitCode from './exit-code' -const version = '1.0.15' +const version = '1.0.16' const majorVersion = version.split('.')[0] program .name(`docker run -it hyperbola/shopee-coins-bot:${majorVersion}`)