Skip to content

Commit

Permalink
build: 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Dec 10, 2022
1 parent 086d7d9 commit c92ea50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.3.9"
version = "1.3.10"

mavenCentralPublish {
useCentralS01()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import kotlinx.coroutines.*
import net.mamoe.mirai.console.*
import net.mamoe.mirai.console.command.CommandManager.INSTANCE.register
import net.mamoe.mirai.console.command.CommandManager.INSTANCE.unregister
import net.mamoe.mirai.console.extension.*
import net.mamoe.mirai.console.plugin.*
import net.mamoe.mirai.console.plugin.jvm.*
import net.mamoe.mirai.console.util.*
Expand All @@ -16,7 +15,7 @@ import net.mamoe.mirai.utils.*
import xyz.cssxsh.mirai.admin.*

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

Expand Down

0 comments on commit c92ea50

Please sign in to comment.