Skip to content

Commit

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

0 comments on commit 303c07a

Please sign in to comment.