From 7f69e5e56c8b46598af27021501ebad5e5d22682 Mon Sep 17 00:00:00 2001 From: hyperbola Date: Mon, 27 Jun 2022 02:56:20 +0800 Subject: [PATCH] Bump to v1.0.17 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c7a900f..1576535 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopee-coins-bot", - "version": "1.0.16", + "version": "1.0.17", "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 2cf0bf6..b979470 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.16' +const version = '1.0.17' const majorVersion = version.split('.')[0] program .name(`docker run -it hyperbola/shopee-coins-bot:${majorVersion}`)