From e0adf3b4e059d36300d94d255229a7a77f95c660 Mon Sep 17 00:00:00 2001 From: hyperbola Date: Sat, 23 Jul 2022 13:48:25 +0800 Subject: [PATCH] Bump to v1.0.18 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1576535..68ab25e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopee-coins-bot", - "version": "1.0.17", + "version": "1.0.18", "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 0984afb..309578f 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.17' +const version = '1.0.18' const majorVersion = version.split('.')[0] program .name(`docker run -it hyperbola/shopee-coins-bot:${majorVersion}`)