Bump chinese-transliteration version #5

Merged
marvinelsen merged 1 commits from update-versions into main 2024-09-20 14:03:51 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b0b6ca8b56 - Show all commits

View File

@ -5,7 +5,7 @@ plugins {
}
group = "com.marvinelsen"
version = "1.0.0"
version = "1.0.1"
repositories {
mavenCentral()

View File

@ -2,7 +2,7 @@
kotlin = "2.0.20"
kotest = "5.9.1"
detekt = "1.23.7"
chinese-transliteration = "1.0.0"
chinese-transliteration = "1.0.1"
[libraries]
chinese-transliteration = { module = "com.marvinelsen:chinese-transliteration", version.ref = "chinese-transliteration" }