From c9e17dc8bc2275c27c9e432c3551411a47baf182 Mon Sep 17 00:00:00 2001 From: cssxsh Date: Sat, 28 May 2022 21:19:29 +0800 Subject: [PATCH] build: 1.2.1 --- build.gradle.kts | 6 +++--- .../kotlin/io/github/gnuf0rce/mirai/rss/RssHelperPlugin.kt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index cd30de1..818b0c5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { kotlin("jvm") version "1.6.21" kotlin("plugin.serialization") version "1.6.21" - id("net.mamoe.mirai-console") version "2.11.0" + id("net.mamoe.mirai-console") version "2.11.1" id("net.mamoe.maven-central-publish") version "0.7.1" } @@ -46,8 +46,8 @@ dependencies { } implementation("org.jsoup:jsoup:1.14.3") compileOnly("com.google.code.findbugs:jsr305:3.0.2") - compileOnly("net.mamoe:mirai-core:2.11.0") - compileOnly("net.mamoe:mirai-core-utils:2.11.0") + compileOnly("net.mamoe:mirai-core:2.11.1") + compileOnly("net.mamoe:mirai-core-utils:2.11.1") // test testImplementation(kotlin("test", "1.6.21")) } diff --git a/src/main/kotlin/io/github/gnuf0rce/mirai/rss/RssHelperPlugin.kt b/src/main/kotlin/io/github/gnuf0rce/mirai/rss/RssHelperPlugin.kt index 1dcbb7a..819e60f 100644 --- a/src/main/kotlin/io/github/gnuf0rce/mirai/rss/RssHelperPlugin.kt +++ b/src/main/kotlin/io/github/gnuf0rce/mirai/rss/RssHelperPlugin.kt @@ -7,7 +7,7 @@ import net.mamoe.mirai.console.command.CommandManager.INSTANCE.unregister import net.mamoe.mirai.console.plugin.jvm.* object RssHelperPlugin : KotlinPlugin( - JvmPluginDescription(id = "io.github.gnuf0rce.rss-helper", version = "1.2.0") { + JvmPluginDescription(id = "io.github.gnuf0rce.rss-helper", version = "1.2.1") { name("rss-helper") author("cssxsh") }