Skip to content

Commit

Permalink
build: 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jan 27, 2022
1 parent 61202d0 commit 4e588ab
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 = "2.0.4"
version = "2.0.5"

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

0 comments on commit 4e588ab

Please sign in to comment.