mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-10 20:20:08 +08:00
1.1.2 released
This commit is contained in:
parent
9ebfef2dd8
commit
b71fc740ee
@ -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))
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
object Versions {
|
||||
object Mirai {
|
||||
const val version = "1.1.1"
|
||||
const val version = "1.1.2"
|
||||
}
|
||||
|
||||
object Kotlin {
|
||||
|
Loading…
Reference in New Issue
Block a user