Skip to content

Commit

Permalink
build: 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 6, 2022
1 parent 78ca82b commit 3c4252f
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 @@ -7,7 +7,7 @@ plugins {
}

group = "xyz.cssxsh"
version = "1.1.2"
version = "1.1.3"

repositories {
mavenLocal()
Expand All @@ -29,8 +29,8 @@ mavenCentralPublish {
dependencies {
compileOnly("xyz.cssxsh.mirai:mirai-hibernate-plugin:2.4.3")
compileOnly("xyz.cssxsh.mirai:mirai-skia-plugin:1.1.7")
compileOnly("xyz.cssxsh:weibo-helper:1.5.3")
compileOnly("xyz.cssxsh:bilibili-helper:1.6.1")
compileOnly("xyz.cssxsh:weibo-helper:1.5.5")
compileOnly("xyz.cssxsh:bilibili-helper:1.6.3")
compileOnly("net.mamoe:mirai-core-utils:2.12.1")
implementation("io.ktor:ktor-client-okhttp:2.0.3") {
exclude(group = "org.jetbrains.kotlin")
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 @@ -11,7 +11,7 @@ public object MemeHelperPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.meme-helper",
name = "meme-helper",
version = "1.1.2",
version = "1.1.3",
) {
author("cssxsh")
dependsOn("xyz.cssxsh.mirai.plugin.mirai-skia-plugin", ">= 1.1.0", false)
Expand Down

0 comments on commit 3c4252f

Please sign in to comment.