From d7f590ab942ed5b93bb345a748f01489f2fb6833 Mon Sep 17 00:00:00 2001 From: PeratX Date: Sun, 1 Aug 2021 20:16:01 +0800 Subject: [PATCH] Addon: release 1.2.2 --- build.gradle.kts | 2 +- src/main/kotlin/org/itxtech/mcl/addon/PluginMain.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d51fd83..21467d9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "org.itxtech" -version = "1.2.1" +version = "1.2.2" description = "在 Mirai Console 中使用MCL管理包和其他高级功能" kotlin { diff --git a/src/main/kotlin/org/itxtech/mcl/addon/PluginMain.kt b/src/main/kotlin/org/itxtech/mcl/addon/PluginMain.kt index 45911bf..6561e09 100644 --- a/src/main/kotlin/org/itxtech/mcl/addon/PluginMain.kt +++ b/src/main/kotlin/org/itxtech/mcl/addon/PluginMain.kt @@ -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 管理包和其他高级功能")