Commit 5ae1c814 authored by Him188's avatar Him188

0.31.3

parent 0a911a82
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
开发版本. 频繁更新, 不保证高稳定性 开发版本. 频繁更新, 不保证高稳定性
## `0.31.3` 2020/3/31
- 修复 #178
## `0.31.2` 2020/3/30 ## `0.31.2` 2020/3/30
- 修复长文本长度检测, 提高判断性能 - 修复长文本长度检测, 提高判断性能
- 修复特殊的好友图片 ID 无法构造为消息 - 修复特殊的好友图片 ID 无法构造为消息
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
object Versions { object Versions {
object Mirai { object Mirai {
const val version = "0.31.2" const val version = "0.31.3"
} }
object Kotlin { object Kotlin {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment