diff --git a/Readme.md b/Readme.md index 0971fa0..e2605b2 100644 --- a/Readme.md +++ b/Readme.md @@ -19,7 +19,7 @@ In `build.gradle` of app module, include this dependency ```gradle dependencies { - implementation("com.himanshoe:charty:1.0.0") + implementation("com.himanshoe:charty:1.0.1") } ``` diff --git a/charty/gradle.properties b/charty/gradle.properties index e42af8e..d9f653e 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.0.0 +VERSION_NAME=1.0.1 VERSION_CODE=1 POM_URL=https://github.com/hi-manshu POM_LICENCE_NAME=The Apache Software License, Version 2.0