فهرست منبع

Release 2.6.1

ryoii 3 سال پیش
والد
کامیت
9fb65804a1
3فایلهای تغییر یافته به همراه12 افزوده شده و 3 حذف شده
  1. 10 1
      CHANGELOG.md
  2. 1 1
      gradle.properties
  3. 1 1
      mirai-api-http/src/main/kotlin/net/mamoe/mirai/api/http/HttpApiPluginBase.kt

+ 10 - 1
CHANGELOG.md

@@ -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
 
 ### 修复
 

+ 1 - 1
gradle.properties

@@ -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

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

@@ -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")
     }