Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Jun 21, 2021
1 parent 09f0442 commit 9628ab1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 更新日志

## \[1.12.0\] - 2021-06-21

- 更新 core 依赖到 `2.7-M1`

> 1.x 版本仅进行简单适配性维护,不再对新功能进行开发

## \[1.11.0\] - 2021-04-04

- 支持合并转发消息
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=1.11.0
httpVersion=1.12.0
# 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.11.0") {
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "1.12.0") {
author("ryoii")
info("Mirai HTTP API Server Plugin")
}
Expand Down

0 comments on commit 9628ab1

Please sign in to comment.