We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebfef2 commit b71fc74Copy full SHA for b71fc74
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Version 1.x
2
3
+## `1.1.2` 2020/7/16
4
+- 修复 JvmMethodEvents `T.registerEvents` 注册时错误判断 `@NotNull` 注解的问题 (#436)
5
+
6
## `1.1.1` 2020/7/11
7
- 修复最后一个 mirai 码之后的消息无法解析的问题 (#431 [@cxy654849388](https://github.com/cxy654849388))
8
buildSrc/src/main/kotlin/Versions.kt
@@ -9,7 +9,7 @@
9
10
object Versions {
11
object Mirai {
12
- const val version = "1.1.1"
+ const val version = "1.1.2"
13
}
14
15
object Kotlin {
0 commit comments