Skip to content

Commit

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

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

### 变更

* 更新 `core` 依赖到 1.2.3
* 更新 `console` 依赖到 1.0-M4

### 修复

* 语音上传后无法获取下载url @Hieuzest



## \[1.8.2\] - 2020-09-10

### 修复
Expand All @@ -9,6 +22,7 @@
> 由于某些原因,如果配置文件无法加载,请将配置文件名称修改为 net.mamoe.mirai.api.http.config.Setting.yaml


## \[1.8.1\] - 2020-09-10

### 修复
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.2
httpVersion=v1.8.3
# 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.0") {
JvmPluginDescription("net.mamoe.mirai-api-http", "1.8.3") {
name("MiraiApiHttp")
author("ryoii")
info("Mirai HTTP API Server Plugin")
Expand Down

0 comments on commit a7652ca

Please sign in to comment.