Skip to content

Commit

Permalink
build: 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 24, 2022
1 parent c798d8e commit 3b7e5a5
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -6,7 +6,7 @@ plugins {
}

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

mavenCentralPublish {
useCentralS01()
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
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.4") {
JvmPluginDescription("io.github.gnuf0rce.content-censor", "1.3.5") {
name("content-censor")
author("cssxsh")

Expand Down

0 comments on commit 3b7e5a5

Please sign in to comment.