Him188 6 years ago
parent
commit
5ae1c8143f
2 changed files with 4 additions and 1 deletions
  1. 3 0
      CHANGELOG.md
  2. 1 1
      buildSrc/src/main/kotlin/Versions.kt

+ 3 - 0
CHANGELOG.md

@@ -2,6 +2,9 @@
 
 开发版本. 频繁更新, 不保证高稳定性
 
+## `0.31.3`  2020/3/31
+- 修复 #178
+
 ## `0.31.2`  2020/3/30
 - 修复长文本长度检测, 提高判断性能
 - 修复特殊的好友图片 ID 无法构造为消息

+ 1 - 1
buildSrc/src/main/kotlin/Versions.kt

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