Skip to content

Commit

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

## \[1.8.4\] - 2020-09-28

### 修复

* 上报服务失效



## \[1.8.3\] - 2020-09-14

### 变更
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.8.3
httpVersion=v1.8.4
# style guide
kotlin.code.style=official
# config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal typealias CommandSubscriber = suspend (String, Long, Long, List<String>

@AutoService(JvmPlugin::class)
object HttpApiPluginBase : KotlinPlugin(
JvmPluginDescription("net.mamoe.mirai-api-http", "1.8.3") {
JvmPluginDescription("net.mamoe.mirai-api-http", "1.8.4") {
name("MiraiApiHttp")
author("ryoii")
info("Mirai HTTP API Server Plugin")
Expand Down

0 comments on commit d9eb86e

Please sign in to comment.