1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 21:23:55 +08:00
This commit is contained in:
Him188 2020-03-29 20:21:11 +08:00
parent d3db5f1c62
commit 3cc10d779d
2 changed files with 4 additions and 1 deletions
CHANGELOG.md
buildSrc/src/main/kotlin

View File

@ -2,6 +2,9 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.31.1` 2020/3/29
- 修复重复解析禁言事件的问题 (#83)
## `0.31.0` 2020/3/29
- 支持长消息发送, 单条消息最多含 4500 字符和 50 张图片
- 支持戳一戳消息: `PokeMessage`

View File

@ -9,7 +9,7 @@
object Versions {
object Mirai {
const val version = "0.31.0"
const val version = "0.31.1"
}
object Kotlin {