Skip to content

Commit df59d7b

Browse files
committed
build: 1.0.1
1 parent 30ac088 commit df59d7b

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
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "xyz.cssxsh.mirai"
10-
version = "1.0.0"
10+
version = "1.0.1"
1111

1212
mavenCentralPublish {
1313
useCentralS01()

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public object MiraiAdminPlugin : KotlinPlugin(
1313
JvmPluginDescription(
1414
id = "xyz.cssxsh.mirai.plugin.mirai-administrator",
1515
name = "mirai-administrator",
16-
version = "1.0.0",
16+
version = "1.0.1",
1717
) {
1818
author("cssxsh")
1919
}

0 commit comments

Comments
 (0)