Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

Commit 2e0a51e

Browse files
committed
upgrade to 3.5.1c
1 parent d6fd853 commit 2e0a51e

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ services:
1414
BOTARCAPI_CONFIG: |
1515
{
1616
"SERVER_PORT": 80
17-
"BOTARCAPI_VERSTR": "v0.2.3",
17+
"BOTARCAPI_VERSTR": "v0.2.4",
1818
"ARCAPI_VERSION": 13,
19-
"ARCAPI_APPVERSION": "3.5.0c",
19+
"ARCAPI_APPVERSION": "3.5.1c",
2020
"ARCAPI_USERAGENT": "Grievous Lady (Linux; U; Android 2.3.3; BotArcAPI)",
2121
"LOG_LEVEL": 0
2222
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botarcapi",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "A fast and convenient Arcaea API for your bot.",
55
"dependencies": {
66
"@types/node-fetch": "^2.5.7",

source/corefunc/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const _default_config: any = {
66
// botarcapi version
77
'BOTARCAPI_MAJOR': 0,
88
'BOTARCAPI_MINOR': 2,
9-
'BOTARCAPI_VERSION': 3,
10-
'BOTARCAPI_VERSTR': 'BotArcAPI v0.2.3',
9+
'BOTARCAPI_VERSION': 4,
10+
'BOTARCAPI_VERSTR': 'BotArcAPI v0.2.4',
1111

1212
// useragent white list
1313
// if set '[]' will accept all requests
@@ -17,7 +17,7 @@ const _default_config: any = {
1717
// arcaea api config
1818
'ARCAPI_RETRY': 3,
1919
'ARCAPI_VERSION': 13,
20-
'ARCAPI_APPVERSION': '3.5.0c',
20+
'ARCAPI_APPVERSION': '3.5.1c',
2121
'ARCAPI_USERAGENT': 'Grievous Lady (Linux; U; Android 2.3.3; BotArcAPI)',
2222

2323
// path to database folder

0 commit comments

Comments
 (0)