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

Commit

Permalink
upgrade to 3.5.1c
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Feb 11, 2021
1 parent d6fd853 commit 2e0a51e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ services:
BOTARCAPI_CONFIG: |
{
"SERVER_PORT": 80
"BOTARCAPI_VERSTR": "v0.2.3",
"BOTARCAPI_VERSTR": "v0.2.4",
"ARCAPI_VERSION": 13,
"ARCAPI_APPVERSION": "3.5.0c",
"ARCAPI_APPVERSION": "3.5.1c",
"ARCAPI_USERAGENT": "Grievous Lady (Linux; U; Android 2.3.3; BotArcAPI)",
"LOG_LEVEL": 0
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botarcapi",
"version": "0.2.3",
"version": "0.2.4",
"description": "A fast and convenient Arcaea API for your bot.",
"dependencies": {
"@types/node-fetch": "^2.5.7",
Expand Down
6 changes: 3 additions & 3 deletions source/corefunc/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const _default_config: any = {
// botarcapi version
'BOTARCAPI_MAJOR': 0,
'BOTARCAPI_MINOR': 2,
'BOTARCAPI_VERSION': 3,
'BOTARCAPI_VERSTR': 'BotArcAPI v0.2.3',
'BOTARCAPI_VERSION': 4,
'BOTARCAPI_VERSTR': 'BotArcAPI v0.2.4',

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

// path to database folder
Expand Down

0 comments on commit 2e0a51e

Please sign in to comment.