Skip to content

Commit

Permalink
build: version: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlimiter committed Jan 18, 2024
1 parent cc90f41 commit 3a1ce25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ _✨ 对接[OneBot](https://github.com/howmanybots/onebot/blob/master/README.md)
### 接口
- [x] 正向 WebSocket
- [x] 反向 WebSocket
- [ ] HTTP API
- [ ] 反向 HTTP POST
- [x] HTTP API
- [x] 反向 HTTP POST

### 实现
<details>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin.code.style=official
version=0.2.0
version=0.2.1
maven_group=cn.evole.bot
archives_base_name=OneBot-Mirai
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: cn.evole.mirai.onebot
main: cn.evole.mirai.onebot.OneBotMirai
version: 0.2.0
version: 0.2.1
name: OneBot_Mirai
author: cnlimiter
dependencies: [ ]
Expand Down

0 comments on commit 3a1ce25

Please sign in to comment.