Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Sep 12, 2021
1 parent 1306223 commit bb0b957
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 更新日志

## \[2.3.1\] - 2021-09-12

### 修复

+ 修复文件上传后没有发布消息提示, #468
+ 减少上传资源时出现内存泄露的可能



## \[2.3.0\] - 2021-09-09

### 修复
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.parallel.tasks.in.project=true


# build
httpVersion=2.3.0
httpVersion=2.3.1

# kotlin
kotlinVersion=1.5.10
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.3.0") {
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.3.1") {
author("ryoii")
info("Mirai HTTP API Server Plugin")
}
Expand Down

0 comments on commit bb0b957

Please sign in to comment.