From 0b93f2f112da4a65e0f1cc8e82bde2b43092e1a9 Mon Sep 17 00:00:00 2001 From: hyperbola Date: Thu, 16 Jun 2022 09:50:43 +0800 Subject: [PATCH] Bump to v1.0.5 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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({