Skip to content

Commit

Permalink
⬆️️ :: upgrade macaroni version
Browse files Browse the repository at this point in the history
  • Loading branch information
leehyeonbin committed Mar 21, 2023
1 parent 912db6a commit 6c00889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ publishing {
create("maven-public", MavenPublication::class) {
groupId = "com.msg"
artifactId = "library"
version = "1.0.3"
version = "1.0.4"
from(components.getByName("java"))
}
}
Expand Down

0 comments on commit 6c00889

Please sign in to comment.