Skip to content

Commit

Permalink
Merge ff39a36 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 21, 2022
2 parents 8782596 + ff39a36 commit fe72e9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,9 @@ publishing {
}
}
scm {
connection.set(
github.replace(
"https:",
"scm:git:") + ".git")
url.set(github)
connection.set(
github.replace("https:", "scm:git:") + ".git")
}
licenses {
license {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "io.github.rtmigo"
version = "0.3.0" // -SNAPSHOT
version = "0.3.1-SNAPSHOT" //

repositories {
mavenCentral()
Expand Down

0 comments on commit fe72e9f

Please sign in to comment.