Skip to content

Commit

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

#### 0.3.0 *2020/11/16*
## `0.3.0` *2020/11/16*
- 项目更名:
- 插件版更名为`OneBot Mirai`, `mirai-console`中名为`OneBot`
- Embedded版更名为`OneBot Kotlin`
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 @@ -2,7 +2,7 @@ import java.io.File
import java.util.concurrent.TimeUnit

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

const val miraiCoreVersion = "1.3.3"
const val miraiConsoleVersion = "1.0.0"
Expand Down

0 comments on commit 789ffaf

Please sign in to comment.