diff --git a/.gitignore b/.gitignore index 2254239..91ea705 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,6 @@ /test/ # temp -/temp/ \ No newline at end of file +/temp/ + +debug-sandbox \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 3a9714d..1d8610c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "xyz.cssxsh" -version = "1.5.7" +version = "1.5.8" mavenCentralPublish { useCentralS01() diff --git a/src/main/kotlin/xyz/cssxsh/mirai/weibo/WeiboHelperPlugin.kt b/src/main/kotlin/xyz/cssxsh/mirai/weibo/WeiboHelperPlugin.kt index e779ae2..e325cb0 100644 --- a/src/main/kotlin/xyz/cssxsh/mirai/weibo/WeiboHelperPlugin.kt +++ b/src/main/kotlin/xyz/cssxsh/mirai/weibo/WeiboHelperPlugin.kt @@ -13,7 +13,7 @@ import net.mamoe.mirai.utils.* import xyz.cssxsh.mirai.weibo.data.* object WeiboHelperPlugin : KotlinPlugin( - JvmPluginDescription("xyz.cssxsh.mirai.plugin.weibo-helper", "1.5.7") { + JvmPluginDescription("xyz.cssxsh.mirai.plugin.weibo-helper", "1.5.8") { name("weibo-helper") author("cssxsh") }