diff --git a/README.md b/README.md index 488ba86..20067f4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/source/corefunc/config.ts b/source/corefunc/config.ts index 165922a..aaab7ad 100644 --- a/source/corefunc/config.ts +++ b/source/corefunc/config.ts @@ -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