diff --git a/build.gradle.kts b/build.gradle.kts index dd90a0d..beb369c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "xyz.cssxsh" -version = "1.2.0" +version = "1.2.1" repositories { mavenLocal() @@ -26,10 +26,10 @@ mavenCentralPublish { } dependencies { - compileOnly("xyz.cssxsh:bilibili-helper:1.6.6") - compileOnly("xyz.cssxsh:weibo-helper:1.6.0") + compileOnly("xyz.cssxsh:bilibili-helper:1.7.2") + compileOnly("xyz.cssxsh:weibo-helper:1.6.2") compileOnly("xyz.cssxsh.mirai:mirai-hibernate-plugin:2.7.1") - compileOnly("xyz.cssxsh.mirai:mirai-skia-plugin:1.3.0") + compileOnly("xyz.cssxsh.mirai:mirai-skia-plugin:1.3.1") testImplementation(kotlin("test")) // implementation(platform("net.mamoe:mirai-bom:2.14.0")) diff --git a/src/main/kotlin/MemeHelperPlugin.kt b/src/main/kotlin/MemeHelperPlugin.kt index fe425a8..41e8750 100644 --- a/src/main/kotlin/MemeHelperPlugin.kt +++ b/src/main/kotlin/MemeHelperPlugin.kt @@ -12,7 +12,7 @@ public object MemeHelperPlugin : KotlinPlugin( JvmPluginDescription( id = "xyz.cssxsh.mirai.plugin.meme-helper", name = "meme-helper", - version = "1.2.0", + version = "1.2.1", ) { author("cssxsh") dependsOn("xyz.cssxsh.mirai.plugin.mirai-skia-plugin", ">= 1.1.0", false)