Skip to content

Commit

Permalink
Release v1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Dec 30, 2020
1 parent e76a3b3 commit 528c2ca
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.5\] - 2020-12-30

### 修复

* `websocket` 无数据返回

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


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

### 变更
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.4
httpVersion=v1.9.5
# 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.4") {
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "1.9.5") {
author("ryoii")
info("Mirai HTTP API Server Plugin")
}
Expand Down

0 comments on commit 528c2ca

Please sign in to comment.