Skip to content

Commit

Permalink
Release v1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Dec 29, 2020
1 parent bd98758 commit 42b8c76
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 更新日志

## \[1.9.4\] - 2020-12-29

### 变更

* 更新 `core` 依赖到 `2.0-M1`

### 修复

* 返回数据 `code`, `errorMessage` 字段默认值时丢失

> 本版本为实验性,请酌情考虑更新
> 仅进行版本适配,新功能请等待 `core 2.0` 的发布及本插件 `2.0` 的发布


## \[1.9.3\] - 2020-12-28

### 变更
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
httpVersion=v1.9.3
httpVersion=v1.9.4
# style guide
kotlin.code.style=official
# config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import java.io.File
internal typealias CommandSubscriber = suspend (String, Long, Long, List<String>) -> Unit

object HttpApiPluginBase : KotlinPlugin(
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "1.9.3") {
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "1.9.4") {
author("ryoii")
info("Mirai HTTP API Server Plugin")
}
Expand Down

0 comments on commit 42b8c76

Please sign in to comment.