Skip to content

Commit

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

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

### 修复

* 修复插件无法被 console 加载 #226

> 本版本为实验性,请酌情考虑更新


## \[1.9.1\] - 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.1
httpVersion=v1.9.2
# 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.1") {
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "1.9.2") {
author("ryoii")
info("Mirai HTTP API Server Plugin")
}
Expand Down

0 comments on commit c327e8c

Please sign in to comment.