Skip to content

Commit

Permalink
2.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jan 12, 2021
1 parent 5c95993 commit 18832a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion

id("net.mamoe.mirai-console") version "2.0-M2-dev-14"
id("net.mamoe.mirai-console") version "2.0-RC"
}

group = "net.mamoe"
version = "0.3.0"
version = "0.4.0"

mirai {
publishing {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/PluginMain.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object PluginMain : KotlinPlugin(
JvmPluginDescription(
id = "net.mamoe.mirai.console.chat-command",
name = "Chat Command",
version = "0.3.0"
version = "0.4.0"
)
) {
@OptIn(ConsoleExperimentalApi::class, ExperimentalCommandDescriptors::class)
Expand Down

0 comments on commit 18832a8

Please sign in to comment.