Skip to content

Commit

Permalink
1.1.1 published
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jul 11, 2020
1 parent 2337453 commit 611642d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Version 1.x

## `1.1.1` 2020/7/11
- 修复最后一个 mirai 码之后的消息无法解析的问题 (#431 [@cxy654849388](https://github.com/cxy654849388))

## `1.1.0` 2020/7/9
- 支持 Android 手表协议 (`BotConfiguration.MiraiProtocol.ANDROID_WATCH`)
- `EventHandler` 现在支持 `Nothing` 类型.
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

object Versions {
object Mirai {
const val version = "1.1.0"
const val version = "1.1.1"
}

object Kotlin {
Expand Down

0 comments on commit 611642d

Please sign in to comment.