Skip to content

Commit

Permalink
build: 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 17, 2022
1 parent 5cdc4ca commit fcc5443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.2.1"
version = "1.2.2"

mavenCentralPublish {
useCentralS01()
singleDevGithubProject("gnuf0rce", "github-helper", "cssxsh")
licenseFromGitHubProject("AGPL-3.0", "master")
publication {
artifact(tasks.getByName("buildPlugin"))
artifact(tasks.getByName("buildPluginLegacy"))
}
}

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

Expand Down

0 comments on commit fcc5443

Please sign in to comment.