Skip to content

Commit

Permalink
⬆️️ :: update version of macaroni to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leehyeonbin committed Mar 28, 2023
1 parent a9609fb commit 68d616f
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.5"
version = "1.0.6"
from(components.getByName("java"))
}
}
Expand Down

0 comments on commit 68d616f

Please sign in to comment.