Skip to content

Commit

Permalink
build: 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jun 6, 2022
1 parent e7e25a6 commit 4152a29
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
@@ -1,12 +1,12 @@
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"
}

group = "io.github.gnuf0rce"
version = "1.3.0"
version = "1.3.1"

mavenCentralPublish {
useCentralS01()
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies {
exclude(group = "io.ktor", module = "ktor-client-core")
}
compileOnly("xyz.cssxsh.mirai:mirai-administrator:1.1.0")
compileOnly("net.mamoe:mirai-core-utils:2.11.0")
compileOnly("net.mamoe:mirai-core-utils:2.11.1")
//
testImplementation(kotlin("test", "1.6.21"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import net.mamoe.mirai.utils.*
import xyz.cssxsh.mirai.admin.*

public object MiraiContentCensorPlugin : KotlinPlugin(
JvmPluginDescription("io.github.gnuf0rce.content-censor", "1.3.0") {
JvmPluginDescription("io.github.gnuf0rce.content-censor", "1.3.1") {
name("content-censor")
author("cssxsh")

Expand Down

0 comments on commit 4152a29

Please sign in to comment.