From 4e173b9504e38c2cad1450ae04d6831e78ce7819 Mon Sep 17 00:00:00 2001 From: "Azusa H. Yukina" Date: Fri, 7 Aug 2020 22:37:21 +0800 Subject: [PATCH] upgrade to v0.0.8 --- package-lock.json | 2 +- package.json | 2 +- source/corefunc/config.ts | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebff074..7667ad0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "botarcapi", - "version": "0.0.7", + "version": "0.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9f05acb..096d63f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botarcapi", - "version": "0.0.7", + "version": "0.0.8", "description": "A fast and convenient Arcaea API for your bot.", "dependencies": { "@types/node-fetch": "^2.5.7", diff --git a/source/corefunc/config.ts b/source/corefunc/config.ts index ff62e8e..bdc6348 100644 --- a/source/corefunc/config.ts +++ b/source/corefunc/config.ts @@ -6,8 +6,8 @@ const _default_config: any = { // botarcapi version 'BOTARCAPI_MAJOR': 0, 'BOTARCAPI_MINOR': 0, - 'BOTARCAPI_VERSION': 7, - 'BOTARCAPI_VERSTR': 'BotArcAPI v0.0.7', + 'BOTARCAPI_VERSION': 8, + 'BOTARCAPI_VERSTR': 'BotArcAPI v0.0.8', // useragent white list // if set '[]' will accept all requests @@ -17,7 +17,7 @@ const _default_config: any = { // arcaea api config 'ARCAPI_RETRY': 3, 'ARCAPI_VERSION': 12, - 'ARCAPI_APPVERSION': '3.0.5c', + 'ARCAPI_APPVERSION': '3.0.6c', 'ARCAPI_USERAGENT': 'Grievous Lady (Linux; U; Android 2.3.3; BotArcAPI)', // path to database folder