We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629233d commit 69d02c1Copy full SHA for 69d02c1
2 files changed
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "xyz.cssxsh.mirai"
10
-version = "1.0.0-dev-2"
+version = "1.0.0-dev-3"
11
12
mavenCentralPublish {
13
useCentralS01()
src/main/kotlin/xyz/cssxsh/mirai/plugin/MiraiDevicePlugin.kt
@@ -15,7 +15,7 @@ public object MiraiDevicePlugin : KotlinPlugin(
15
JvmPluginDescription(
16
id = "xyz.cssxsh.mirai.mirai-device-generator",
17
name = "mirai-device-generator",
18
- version = "1.0.0-dev-2",
+ version = "1.0.0-dev-3",
19
) {
20
author("cssxsh")
21
0 commit comments