Skip to content

Commit a3442f1

Browse files
committed
build: 1.3.4
1 parent d1b63c1 commit a3442f1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "io.github.gnuf0rce"
9-
version = "1.3.3"
9+
version = "1.3.4"
1010

1111
mavenCentralPublish {
1212
useCentralS01()
@@ -23,7 +23,7 @@ repositories {
2323
}
2424

2525
dependencies {
26-
api("xyz.cssxsh.baidu:baidu-aip:3.1.1") {
26+
api("xyz.cssxsh.baidu:baidu-aip:3.1.2") {
2727
exclude(group = "org.jetbrains.kotlin")
2828
exclude(group = "org.jetbrains.kotlinx")
2929
exclude(group = "org.slf4j")

src/main/kotlin/io/github/gnuf0rce/mirai/censor/MiraiContentCensorPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import net.mamoe.mirai.utils.*
1313
import xyz.cssxsh.mirai.admin.*
1414

1515
public object MiraiContentCensorPlugin : KotlinPlugin(
16-
JvmPluginDescription("io.github.gnuf0rce.content-censor", "1.3.3") {
16+
JvmPluginDescription("io.github.gnuf0rce.content-censor", "1.3.4") {
1717
name("content-censor")
1818
author("cssxsh")
1919

src/main/kotlin/io/github/gnuf0rce/mirai/censor/data/ContentCensorToken.kt

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ internal object ContentCensorToken : AutoSavePluginData("ContentCensorToken"), B
1313
}
1414

1515
@ValueName("expires")
16-
@Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
1716
override var expires: OffsetDateTime by value(OffsetDateTime.MIN)
1817

1918
@ValueName("access_token")

0 commit comments

Comments
 (0)