Skip to content

Commit 95002e0

Browse files
committed
build: 2.2.3
1 parent 832e67b commit 95002e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "xyz.cssxsh.mirai"
11-
version = "2.2.2"
11+
version = "2.2.3"
1212

1313
mavenCentralPublish {
1414
useCentralS01()

src/main/kotlin/xyz/cssxsh/mirai/selenium/MiraiSeleniumPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public object MiraiSeleniumPlugin : KotlinPlugin(
1818
JvmPluginDescription(
1919
id = "xyz.cssxsh.mirai.plugin.mirai-selenium-plugin",
2020
name = "mirai-selenium-plugin",
21-
version = "2.2.2",
21+
version = "2.2.3",
2222
) {
2323
author("cssxsh")
2424
}

0 commit comments

Comments
 (0)