File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
mirai-api-http/src/main/kotlin/net/mamoe/mirai/api/http Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
55org.gradle.parallel =true
66
77# build
8- httpVersion =2.6.0
8+ httpVersion =2.6.1
99
1010# kotlin
1111kotlinVersion =1.6.21
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import java.io.File
2424 * 主要职责为读取配置文件 [MainSetting] 和 启动具体实现 [MahPluginImpl]
2525 */
2626object 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 }
You can’t perform that action at this time.
0 commit comments