From 16274e238f8261fb89d78d22b3d6edbe805f9690 Mon Sep 17 00:00:00 2001 From: Himanshu Singh Date: Thu, 15 Sep 2022 00:51:26 +0200 Subject: [PATCH] Released 1.1.3-alpha04 --- Readme.md | 2 +- charty/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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