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

Commit 5949515

Browse files
committed
0.3.3
1 parent e3bec2d commit 5949515

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
BOTARCAPI_CONFIG: |
1515
{
1616
"SERVER_PORT": 80
17-
"BOTARCAPI_VERSTR": "v0.3.2",
17+
"BOTARCAPI_VERSTR": "v0.3.3",
1818
"ARCAPI_VERSION": 14,
1919
"ARCAPI_APPVERSION": "3.6.0c",
2020
"ARCAPI_USERAGENT": "Grievous Lady (Linux; U; Android 2.3.3; BotArcAPI)",

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.3.2",
3+
"version": "0.3.3",
44
"description": "A fast and convenient Arcaea API for your bot.",
55
"dependencies": {
66
"abab": "^2.0.3",

source/corefunc/config.ts

Lines changed: 2 additions & 2 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': 3,
9-
'BOTARCAPI_VERSION': 2,
10-
'BOTARCAPI_VERSTR': 'BotArcAPI v0.3.2',
9+
'BOTARCAPI_VERSION': 3,
10+
'BOTARCAPI_VERSTR': 'BotArcAPI v0.3.3',
1111

1212
// useragent whitelist
1313
// if set '[]' will accept all requests

0 commit comments

Comments
 (0)