Skip to content

Commit

Permalink
Addon: release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Aug 1, 2021
1 parent 1fdf1b2 commit d7f590a
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 = "1.2.1"
version = "1.2.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 @@ -31,7 +31,7 @@ object PluginMain : KotlinPlugin(
JvmPluginDescription(
id = "org.itxtech.mcl.addon",
name = "MCL Addon",
version = "1.2.1"
version = "1.2.2"
) {
author("PeratX")
info("MCL Addon 支持在 Mirai Console 中使用 Mirai Console Loader 管理包和其他高级功能")
Expand Down

0 comments on commit d7f590a

Please sign in to comment.