From 1059bab682e225839ad94e8641b19d31874ee63b Mon Sep 17 00:00:00 2001 From: mrAppleXZ Date: Sat, 28 Dec 2019 21:44:29 +0500 Subject: [PATCH] Version bump --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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