diff --git a/README.md b/README.md index 20067f4..8e745df 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![chat](https://img.shields.io/static/v1?label=qq-group&message=866231846&color=blue)](#) [![Docker Image](https://github.com/TheSnowfield/BotArcAPI/workflows/Docker%20Compose/badge.svg)](#) -A fast and convenient Arcaea API for your bot. +A fast and easy Arcaea API for your bot. ## 🤔 Dependences - abab >= `2.0.3` diff --git a/docker-compose.yml b/docker-compose.yml index aadcb2b..88eac90 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ services: BOTARCAPI_CONFIG: | { "SERVER_PORT": 80 - "BOTARCAPI_VERSTR": "v0.3.3", + "BOTARCAPI_VERSTR": "v0.3.4", "ARCAPI_VERSION": 14, "ARCAPI_APPVERSION": "3.6.0c", "ARCAPI_USERAGENT": "Grievous Lady (Linux; U; Android 2.3.3; BotArcAPI)", diff --git a/package-lock.json b/package-lock.json index af987b2..c206fde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "botarcapi", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 07134b2..d2258ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "botarcapi", - "version": "0.3.3", + "version": "0.3.4", "description": "A fast and convenient Arcaea API for your bot.", "dependencies": { "abab": "^2.0.3", diff --git a/source/corefunc/config.ts b/source/corefunc/config.ts index 6f203b4..1ec6929 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': 3, - 'BOTARCAPI_VERSION': 3, - 'BOTARCAPI_VERSTR': 'BotArcAPI v0.3.3', + 'BOTARCAPI_VERSION': 4, + 'BOTARCAPI_VERSTR': 'BotArcAPI v0.3.4', // useragent whitelist // if set '[]' will accept all requests