Skip to content

Commit

Permalink
build: 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed May 21, 2023
1 parent 3c5ebc6 commit 8300996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.3.1"
version = "1.3.2"

mavenCentralPublish {
useCentralS01()
Expand All @@ -21,7 +21,7 @@ mavenCentralPublish {
}

repositories {
mavenLocal()
maven("https://repo.huaweicloud.com/repository/maven/")
mavenCentral()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public object GitHubHelperPlugin : KotlinPlugin(
JvmPluginDescription(
id = "io.github.gnuf0rce.github-helper",
name = "github-helper",
version = "1.3.1",
version = "1.3.2",
) {
author("cssxsh")

Expand Down

0 comments on commit 8300996

Please sign in to comment.