Skip to content

Commit

Permalink
build: 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed May 28, 2022
1 parent d14de44 commit c9e17dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down Expand Up @@ -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"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit c9e17dc

Please sign in to comment.