Him188 6 年 前
コミット
dc87f50791
2 ファイル変更2 行追加2 行削除
  1. 1 1
      CHANGELOG.md
  2. 1 1
      buildSrc/src/main/kotlin/Versions.kt

+ 1 - 1
CHANGELOG.md

@@ -2,7 +2,7 @@
 
 开发版本. 频繁更新, 不保证高稳定性
 
-## `0.30.1`  2020/3/25
+## `0.30.1`  2020/3/26
 - 修复一些事件解析失败的问题
 
 ## `0.30.0`  2020/3/24

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

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