Skip to content

Commit

Permalink
Update mirai-console
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuueexxiinngg committed Nov 20, 2020
1 parent 996a676 commit 0ed55e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## `0.3.0` *2020/11/16*
## `0.3.0`
#### 0.3.0.1 *2020/11/20*
- 更新依赖`mirai-console``1.0.0`, [更新日志](https://github.com/mamoe/mirai-console/releases/tag/1.0.0), **现在聊天中`/help`命令不会与`console`内建命令冲突了**

#### 0.3.0 *2020/11/16*
- 项目更名:
- 插件版更名为`OneBot Mirai`, `mirai-console`中名为`OneBot`
- Embedded版更名为`OneBot Kotlin`
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import java.io.File
import java.util.concurrent.TimeUnit

object Versions {
const val projectVersion = "0.3.0"
const val projectVersion = "0.3.0.1"

const val miraiCoreVersion = "1.3.3"
const val miraiConsoleVersion = "1.0-RC-1"
const val miraiConsoleVersion = "1.0.0"

const val ktorVersion = "1.4.1"
const val kotlinVersion = "1.4.0"
Expand Down

0 comments on commit 0ed55e9

Please sign in to comment.