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

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed May 14, 2021
1 parent 7794e59 commit eb9d0df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A fast and convenient Arcaea API for your bot.
- node-fetch >= `2.6.1`
- sqlite-async >= `1.0.12`
- safe-eval >= `0.4.1`
- archash4all >= `1.0.0`
- archash4all >= `1.2.0`

## 🌈 Guide for using
- [Get Started](../../wiki/Get-Started)
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': 0,
'BOTARCAPI_VERSTR': 'BotArcAPI v0.3.0',
'BOTARCAPI_VERSION': 1,
'BOTARCAPI_VERSTR': 'BotArcAPI v0.3.1',

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

0 comments on commit eb9d0df

Please sign in to comment.