Skip to content

Commit 69d02c1

Browse files
committed
build: 1.0.0-dev-3
1 parent 629233d commit 69d02c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "xyz.cssxsh.mirai"
10-
version = "1.0.0-dev-2"
10+
version = "1.0.0-dev-3"
1111

1212
mavenCentralPublish {
1313
useCentralS01()

src/main/kotlin/xyz/cssxsh/mirai/plugin/MiraiDevicePlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public object MiraiDevicePlugin : KotlinPlugin(
1515
JvmPluginDescription(
1616
id = "xyz.cssxsh.mirai.mirai-device-generator",
1717
name = "mirai-device-generator",
18-
version = "1.0.0-dev-2",
18+
version = "1.0.0-dev-3",
1919
) {
2020
author("cssxsh")
2121
}

0 commit comments

Comments
 (0)