Skip to content

Commit

Permalink
build: 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 17, 2022
1 parent d1b63c1 commit a3442f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.3.3"
version = "1.3.4"

mavenCentralPublish {
useCentralS01()
Expand All @@ -23,7 +23,7 @@ repositories {
}

dependencies {
api("xyz.cssxsh.baidu:baidu-aip:3.1.1") {
api("xyz.cssxsh.baidu:baidu-aip:3.1.2") {
exclude(group = "org.jetbrains.kotlin")
exclude(group = "org.jetbrains.kotlinx")
exclude(group = "org.slf4j")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import net.mamoe.mirai.utils.*
import xyz.cssxsh.mirai.admin.*

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ internal object ContentCensorToken : AutoSavePluginData("ContentCensorToken"), B
}

@ValueName("expires")
@Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
override var expires: OffsetDateTime by value(OffsetDateTime.MIN)

@ValueName("access_token")
Expand Down

0 comments on commit a3442f1

Please sign in to comment.