Skip to content

Commit

Permalink
release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Apr 13, 2022
1 parent 367f78a commit 371d77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "org.itxtech"
version = "2.0.1"
version = "2.0.2"
description = "在 Mirai Console 中使用MCL管理包和其他高级功能"

kotlin {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/itxtech/mcl/addon/PluginMain.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object PluginMain : KotlinPlugin(
JvmPluginDescription(
id = "org.itxtech.mcl.addon",
name = "MCL Addon",
version = "2.0.1"
version = "2.0.2"
) {
author("PeratX")
info("MCL Addon 支持在 Mirai Console 中使用 Mirai Console Loader 管理包和其他高级功能")
Expand Down

0 comments on commit 371d77f

Please sign in to comment.