diff --git a/gradle.properties b/gradle.properties index 559c17d..ab0998f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ #Common Stuff -projectVersion=1.1.0 -projectChangelog=Introduced CaseFormatter abstraction for more extensibility (thanks @savvasdalkitsis) +projectVersion=1.2.0 +projectChangelog=Introduce WordSplitter interface for more flexible word splitting projectDescription=Multiplatform Kotlin library to convert strings between various case formats including Camel Case, Snake Case, Pascal Case and Kebab Case kotlinVersion=1.3.61 githubReleaseVersion=2.2.10