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

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed May 16, 2021
1 parent e3bec2d commit 5949515
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
BOTARCAPI_CONFIG: |
{
"SERVER_PORT": 80
"BOTARCAPI_VERSTR": "v0.3.2",
"BOTARCAPI_VERSTR": "v0.3.3",
"ARCAPI_VERSION": 14,
"ARCAPI_APPVERSION": "3.6.0c",
"ARCAPI_USERAGENT": "Grievous Lady (Linux; U; Android 2.3.3; BotArcAPI)",
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.3.2",
"version": "0.3.3",
"description": "A fast and convenient Arcaea API for your bot.",
"dependencies": {
"abab": "^2.0.3",
Expand Down
4 changes: 2 additions & 2 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': 3,
'BOTARCAPI_VERSION': 2,
'BOTARCAPI_VERSTR': 'BotArcAPI v0.3.2',
'BOTARCAPI_VERSION': 3,
'BOTARCAPI_VERSTR': 'BotArcAPI v0.3.3',

// useragent whitelist
// if set '[]' will accept all requests
Expand Down

0 comments on commit 5949515

Please sign in to comment.