Skip to content

Commit

Permalink
Release v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Dec 28, 2020
1 parent 231a27e commit 2d18c3d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 更新日志

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

### 变更

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

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


## \[1.9.2\] - 2020-12-19

### 修复
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.2
httpVersion=v1.9.3
# 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.2") {
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "1.9.3") {
author("ryoii")
info("Mirai HTTP API Server Plugin")
}
Expand Down

0 comments on commit 2d18c3d

Please sign in to comment.