Răsfoiți Sursa

Release 2.3.3

ryoii 4 ani în urmă
părinte
comite
201fd2abcc

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # 更新日志
 
+## \[2.3.3\] - 2021-10-28
+
+### 修复
+
++ ws, reverse ws, web hook 下未知事件报错
+
+
+
 ## \[2.3.2\] - 2021-10-19
 
 ### 修复

+ 1 - 1
gradle.properties

@@ -6,7 +6,7 @@ kotlin.parallel.tasks.in.project=true
 
 
 # build
-httpVersion=2.3.2
+httpVersion=2.3.3
 
 # kotlin
 kotlinVersion=1.5.10

+ 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.3.2") {
+    JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.3.3") {
         author("ryoii")
         info("Mirai HTTP API Server Plugin")
     }