diff --git a/Readme.md b/Readme.md index d12ed4c..2ec8281 100644 --- a/Readme.md +++ b/Readme.md @@ -18,7 +18,7 @@ In `build.gradle` of app module, include this dependency ```gradle dependencies { - implementation("com.himanshoe:charty:1.1.0-alpha02") + implementation("com.himanshoe:charty:1.1.1-alpha02") } ``` diff --git a/charty/gradle.properties b/charty/gradle.properties index 20293c2..c2a0a5e 100644 --- a/charty/gradle.properties +++ b/charty/gradle.properties @@ -5,7 +5,7 @@ POM_DESCRIPTION=An Elementary Compose Chart library. POM_PACKAGING=aar POM_INCEPTION_YEAR=2022 GROUP=com.himanshoe -VERSION_NAME=1.1.0-alpha02 +VERSION_NAME=1.1.1-alpha02 VERSION_CODE=1 POM_URL=https://github.com/hi-manshu POM_LICENCE_NAME=The Apache Software License, Version 2.0