Skip to content

Commit

Permalink
⬆️️ :: update version of macaroni to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leehyeonbin committed Mar 21, 2023
1 parent b943428 commit ee60f74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.4"
version = "1.0.5"
from(components.getByName("java"))
}
}
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/Macaroni.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class Macaroni<T>(
onNext(Status.Success, getLocalData())
}.onFailure {
onNext(Status.Error, getLocalData())
// 글 it
}
}
}

0 comments on commit ee60f74

Please sign in to comment.