Skip to content

Commit 611642d

Browse files
committed
1.1.1 published
1 parent 2337453 commit 611642d

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.1` 2020/7/11
4+
- 修复最后一个 mirai 码之后的消息无法解析的问题 (#431 [@cxy654849388](https://github.com/cxy654849388))
5+
36
## `1.1.0` 2020/7/9
47
- 支持 Android 手表协议 (`BotConfiguration.MiraiProtocol.ANDROID_WATCH`)
58
- `EventHandler` 现在支持 `Nothing` 类型.

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.0"
12+
const val version = "1.1.1"
1313
}
1414

1515
object Kotlin {

0 commit comments

Comments
 (0)