diff --git a/Readme.md b/Readme.md index 1177318..6c3e634 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.3-alpha03") + implementation("com.himanshoe:charty:1.1.3-alpha04") } ``` diff --git a/charty/gradle.properties b/charty/gradle.properties index 781ac0b..be1e045 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.3-alpha03 +VERSION_NAME=1.1.3-alpha04 VERSION_CODE=1 POM_URL=https://github.com/hi-manshu POM_LICENCE_NAME=The Apache Software License, Version 2.0