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

Commit

Permalink
0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Jun 1, 2021
1 parent acc2a4c commit d599aa7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![chat](https://img.shields.io/static/v1?label=qq-group&message=866231846&color=blue)](#)
[![Docker Image](https://github.com/TheSnowfield/BotArcAPI/workflows/Docker%20Compose/badge.svg)](#)

A fast and convenient Arcaea API for your bot.
A fast and easy Arcaea API for your bot.

## 🤔 Dependences
- abab >= `2.0.3`
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
BOTARCAPI_CONFIG: |
{
"SERVER_PORT": 80
"BOTARCAPI_VERSTR": "v0.3.3",
"BOTARCAPI_VERSTR": "v0.3.4",
"ARCAPI_VERSION": 14,
"ARCAPI_APPVERSION": "3.6.0c",
"ARCAPI_USERAGENT": "Grievous Lady (Linux; U; Android 2.3.3; BotArcAPI)",
Expand Down
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.3.3",
"version": "0.3.4",
"description": "A fast and convenient Arcaea API for your bot.",
"dependencies": {
"abab": "^2.0.3",
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': 3,
'BOTARCAPI_VERSTR': 'BotArcAPI v0.3.3',
'BOTARCAPI_VERSION': 4,
'BOTARCAPI_VERSTR': 'BotArcAPI v0.3.4',

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

0 comments on commit d599aa7

Please sign in to comment.