Skip to content

Commit

Permalink
build: 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 5, 2022
1 parent 13c6ef4 commit 53ed7a9
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.1.2"
version = "2.2.0"

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

0 comments on commit 53ed7a9

Please sign in to comment.