1.1.2 released

This commit is contained in:
Him188 2020-07-16 22:30:33 +08:00
parent 9ebfef2dd8
commit b71fc740ee
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Version 1.x
## `1.1.2` 2020/7/16
- 修复 JvmMethodEvents `T.registerEvents` 注册时错误判断 `@NotNull` 注解的问题 (#436)
## `1.1.1` 2020/7/11
- 修复最后一个 mirai 码之后的消息无法解析的问题 (#431 [@cxy654849388](https://github.com/cxy654849388))

View File

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