Skip to content

Commit 9fb6580

Browse files
committed
Release 2.6.1
1 parent 78347b2 commit 9fb6580

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# 更新日志
22

3-
## \[2.6.0\] - 2.22.8-8
3+
## \[2.6.1\] - 2022-8-10
4+
5+
### 修复
6+
7+
+ 修复 `webhook` 在新版本 `mirai-console` 中失效
8+
+ 更正错误文档
9+
10+
11+
12+
## \[2.6.0\] - 2022-8-8
413

514
### 修复
615

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
55
org.gradle.parallel=true
66

77
# build
8-
httpVersion=2.6.0
8+
httpVersion=2.6.1
99

1010
# kotlin
1111
kotlinVersion=1.6.21

mirai-api-http/src/main/kotlin/net/mamoe/mirai/api/http/HttpApiPluginBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import java.io.File
2424
* 主要职责为读取配置文件 [MainSetting] 和 启动具体实现 [MahPluginImpl]
2525
*/
2626
object HttpApiPluginBase : KotlinPlugin(
27-
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.6.0") {
27+
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.6.1") {
2828
author("ryoii")
2929
info("Mirai HTTP API Server Plugin")
3030
}

0 commit comments

Comments
 (0)