Skip to content

Commit

Permalink
build: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Mar 23, 2023
1 parent 916de3f commit 5e9600a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "xyz.cssxsh.mirai"
version = "0.3.0"
version = "0.3.1"

mavenCentralPublish {
useCentralS01()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/cssxsh/mirai/bing/MiraiNewBing.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public object MiraiNewBing : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.new-bing",
name = "mirai-new-bing",
version = "0.3.0",
version = "0.3.1",
) {
author("cssxsh")
}
Expand Down

0 comments on commit 5e9600a

Please sign in to comment.