Skip to content

Commit

Permalink
Release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Aug 10, 2022
1 parent 78347b2 commit 9fb6580
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# 更新日志

## \[2.6.0\] - 2.22.8-8
## \[2.6.1\] - 2022-8-10

### 修复

+ 修复 `webhook` 在新版本 `mirai-console` 中失效
+ 更正错误文档



## \[2.6.0\] - 2022-8-8

### 修复

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
org.gradle.parallel=true

# build
httpVersion=2.6.0
httpVersion=2.6.1

# kotlin
kotlinVersion=1.6.21
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import java.io.File
* 主要职责为读取配置文件 [MainSetting] 和 启动具体实现 [MahPluginImpl]
*/
object HttpApiPluginBase : KotlinPlugin(
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.6.0") {
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.6.1") {
author("ryoii")
info("Mirai HTTP API Server Plugin")
}
Expand Down

0 comments on commit 9fb6580

Please sign in to comment.