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 Jun 1, 2023
1 parent d4cda97 commit 1162fc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "xyz.cssxsh"
version = "1.2.0"
version = "1.2.1"

repositories {
mavenLocal()
Expand All @@ -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"))
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/MemeHelperPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1162fc1

Please sign in to comment.