1.1.1 published

This commit is contained in:
Him188 2020-07-11 21:28:05 +08:00
parent 2337453d84
commit 611642d667
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Version 1.x
## `1.1.1` 2020/7/11
- 修复最后一个 mirai 码之后的消息无法解析的问题 (#431 [@cxy654849388](https://github.com/cxy654849388))
## `1.1.0` 2020/7/9
- 支持 Android 手表协议 (`BotConfiguration.MiraiProtocol.ANDROID_WATCH`)
- `EventHandler` 现在支持 `Nothing` 类型.

View File

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