Skip to content

Commit

Permalink
Update mavenPublishing block with correct coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
pahill committed Oct 9, 2024
1 parent 3529622 commit 42a7300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mavenPublishing {

signAllPublications()

coordinates("io.github.kotlin", "fibonacci", "1.0.8")
coordinates("io.github.kotlin", "library", "1.0.0")

pom {
name = "My library"
Expand Down

0 comments on commit 42a7300

Please sign in to comment.