Skip to content

Commit

Permalink
build: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Feb 7, 2022
1 parent c7db58c commit 343e0a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "xyz.cssxsh.mirai"
version = "1.0.1"
version = "1.0.2"

mavenCentralPublish {
useCentralS01()
Expand Down
29 changes: 0 additions & 29 deletions src/main/kotlin/xyz/cssxsh/mirai/plugin/LocalTimeAllow.kt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public object MiraiAdminPlugin : KotlinPlugin(
JvmPluginDescription(
id = "xyz.cssxsh.mirai.plugin.mirai-administrator",
name = "mirai-administrator",
version = "1.0.1",
version = "1.0.2",
) {
author("cssxsh")
}
Expand Down

0 comments on commit 343e0a8

Please sign in to comment.