diff --git a/build.gradle.kts b/build.gradle.kts index e64d41b..53fc816 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "io.github.gnuf0rce" -version = "1.0.1" +version = "1.1.0" mirai { configureShadow { diff --git a/src/main/kotlin/io/github/gnuf0rce/mirai/plugin/GitHubHelperPlugin.kt b/src/main/kotlin/io/github/gnuf0rce/mirai/plugin/GitHubHelperPlugin.kt index de06621..6e41c59 100644 --- a/src/main/kotlin/io/github/gnuf0rce/mirai/plugin/GitHubHelperPlugin.kt +++ b/src/main/kotlin/io/github/gnuf0rce/mirai/plugin/GitHubHelperPlugin.kt @@ -12,7 +12,7 @@ object GitHubHelperPlugin : KotlinPlugin( JvmPluginDescription( id = "io.github.gnuf0rce.github-helper", name = "github-helper", - version = "1.0.1", + version = "1.1.0", ) { author("cssxsh") } @@ -20,6 +20,7 @@ object GitHubHelperPlugin : KotlinPlugin( override fun onEnable() { GitHubConfig.reload() GitHubRepoTaskData.reload() + GitHubTaskData.reload() GitHubRepoIssueCommand.register() GitHubRepoPullCommand.register()