Skip to content

Commit b71fc74

Browse files
committed
1.1.2 released
1 parent 9ebfef2 commit b71fc74

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Version 1.x
22

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

buildSrc/src/main/kotlin/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
object Versions {
1111
object Mirai {
12-
const val version = "1.1.1"
12+
const val version = "1.1.2"
1313
}
1414

1515
object Kotlin {

0 commit comments

Comments
 (0)