We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2337453 commit 611642dCopy full SHA for 611642d
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Version 1.x
2
3
+## `1.1.1` 2020/7/11
4
+- 修复最后一个 mirai 码之后的消息无法解析的问题 (#431 [@cxy654849388](https://github.com/cxy654849388))
5
+
6
## `1.1.0` 2020/7/9
7
- 支持 Android 手表协议 (`BotConfiguration.MiraiProtocol.ANDROID_WATCH`)
8
- `EventHandler` 现在支持 `Nothing` 类型.
buildSrc/src/main/kotlin/Versions.kt
@@ -9,7 +9,7 @@
9
10
object Versions {
11
object Mirai {
12
- const val version = "1.1.0"
+ const val version = "1.1.1"
13
}
14
15
object Kotlin {
0 commit comments