Skip to content

Commit

Permalink
build: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 23, 2021
1 parent 0022676 commit dee0330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.0.1"
version = "1.1.0"

mirai {
configureShadow {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ object GitHubHelperPlugin : KotlinPlugin(
JvmPluginDescription(
id = "io.github.gnuf0rce.github-helper",
name = "github-helper",
version = "1.0.1",
version = "1.1.0",
) {
author("cssxsh")
}
) {
override fun onEnable() {
GitHubConfig.reload()
GitHubRepoTaskData.reload()
GitHubTaskData.reload()

GitHubRepoIssueCommand.register()
GitHubRepoPullCommand.register()
Expand Down

0 comments on commit dee0330

Please sign in to comment.