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

Commit

Permalink
Merge pull request #7 from AzusaYukina/master
Browse files Browse the repository at this point in the history
upgrade to v0.0.8
  • Loading branch information
TheSnowfield authored Aug 7, 2020
2 parents f5e069f + 4e173b9 commit 9e88202
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.7",
"version": "0.0.8",
"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': 7,
'BOTARCAPI_VERSTR': 'BotArcAPI v0.0.7',
'BOTARCAPI_VERSION': 8,
'BOTARCAPI_VERSTR': 'BotArcAPI v0.0.8',

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

// path to database folder
Expand Down

0 comments on commit 9e88202

Please sign in to comment.