Skip to content

Commit

Permalink
build: 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 19, 2022
1 parent 832e67b commit 95002e0
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 @@ -8,7 +8,7 @@ plugins {
}

group = "xyz.cssxsh.mirai"
version = "2.2.2"
version = "2.2.3"

mavenCentralPublish {
useCentralS01()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public object MiraiSeleniumPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.mirai-selenium-plugin",
name = "mirai-selenium-plugin",
version = "2.2.2",
version = "2.2.3",
) {
author("cssxsh")
}
Expand Down

0 comments on commit 95002e0

Please sign in to comment.