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

Commit

Permalink
upgrade to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Aug 21, 2020
1 parent 9e88202 commit e43c24b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.0.8",
"version": "0.0.9",
"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': 0,
'BOTARCAPI_VERSION': 8,
'BOTARCAPI_VERSTR': 'BotArcAPI v0.0.8',
'BOTARCAPI_VERSION': 9,
'BOTARCAPI_VERSTR': 'BotArcAPI v0.0.9',

// 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': 12,
'ARCAPI_APPVERSION': '3.0.6c',
'ARCAPI_APPVERSION': '3.1.0c',
'ARCAPI_USERAGENT': 'Grievous Lady (Linux; U; Android 2.3.3; BotArcAPI)',

// path to database folder
Expand Down

0 comments on commit e43c24b

Please sign in to comment.