Skip to content

Commit daa916b

Browse files
committed
Release 2.6.2
1 parent 33e906d commit daa916b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
4+
## \[2.6.2\] - 2022-8-31
5+
6+
### 修复
7+
8+
+ 修复 `webhook` 不执行命令时控制台报错
9+
+ 修复 `Image``FlashImage` 无法区分 @BlueGlassBlock
10+
11+
12+
313
## \[2.6.1\] - 2022-8-10
414

515
### 修复

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.1
8+
httpVersion=2.6.2
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.1") {
27+
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.6.2") {
2828
author("ryoii")
2929
info("Mirai HTTP API Server Plugin")
3030
}

0 commit comments

Comments
 (0)