Skip to content

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed May 15, 2022
1 parent 48fe3ed commit 80216b9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# 更新日志


## \[2.5.2\] - 2022-5-15

### 修复

+ 修复获取群文件下载信息失败
+ 修复通过文件id获取文件信息时失败
+ 修复上传群文件失败 #553

### 变更

+ 原文件**下载信息**直接在文件信息中返回(除下载地址),**下载**信息在原字段中同时保留



## \[2.5.1\] - 2022-5-15

### 修复
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
org.gradle.parallel=true

# build
httpVersion=2.5.1
httpVersion=2.5.2

# kotlin
kotlinVersion=1.6.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import java.io.File
* 主要职责为读取配置文件 [MainSetting] 和 启动具体实现 [MahPluginImpl]
*/
object HttpApiPluginBase : KotlinPlugin(
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.5.1") {
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.5.2") {
author("ryoii")
info("Mirai HTTP API Server Plugin")
}
Expand Down

0 comments on commit 80216b9

Please sign in to comment.