From d6ad1285f4bb0b349bfa3c5ae4aae6cd000bf9bf Mon Sep 17 00:00:00 2001 From: CirnoBakaBOT Date: Thu, 3 Dec 2020 16:35:25 +0800 Subject: [PATCH] upgrade to 3.3.0c --- docker-compose.yml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- source/corefunc/config.ts | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 527ab81..20817f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,9 +14,9 @@ services: BOTARCAPI_CONFIG: | { "SERVER_PORT": 80 - "BOTARCAPI_VERSTR": "v0.1.4", + "BOTARCAPI_VERSTR": "v0.1.5", "ARCAPI_VERSION": 12, - "ARCAPI_APPVERSION": "3.2.3c", + "ARCAPI_APPVERSION": "3.3.0c", "ARCAPI_USERAGENT": "Grievous Lady (Linux; U; Android 2.3.3; BotArcAPI)", "LOG_LEVEL": 0 } diff --git a/package-lock.json b/package-lock.json index 6b4775e..3e0376a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "botarcapi", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5612f34..71053ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botarcapi", - "version": "0.1.4", + "version": "0.1.5", "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 7fb383e..bdeb1ab 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': 1, - 'BOTARCAPI_VERSION': 4, - 'BOTARCAPI_VERSTR': 'BotArcAPI v0.1.4', + 'BOTARCAPI_VERSION': 5, + 'BOTARCAPI_VERSTR': 'BotArcAPI v0.1.5', // 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.2.3c', + 'ARCAPI_APPVERSION': '3.3.0c', 'ARCAPI_USERAGENT': 'Grievous Lady (Linux; U; Android 2.3.3; BotArcAPI)', // path to database folder