We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad4358 commit 575d915Copy full SHA for 575d915
UpdateLog.md
@@ -2,6 +2,11 @@
2
3
开发版本. 频繁更新, 不保证高稳定性
4
5
+## `0.10.3` *2020/1/1*
6
+- 修复一个由 atomicfu 的 bug 导致的 VerifyError
7
+- 添加 `ExternalImageAndroid`
8
+- 事件处理抛出异常时正确地停止监听
9
+
10
## `0.10.1` *2019/12/30*
11
**Bot 构造**
12
`Bot` 构造时修改 `BotConfiguration` 而不是登录时.
gradle.properties
@@ -1,7 +1,7 @@
1
# style guide
kotlin.code.style=official
# config
-mirai_version=0.10.1
+mirai_version=0.10.3
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
# kotlin
0 commit comments