From e7e8597e694a9178d284cd03dc415d85fad43259 Mon Sep 17 00:00:00 2001 From: Himanshu Singh Date: Wed, 5 Oct 2022 18:00:36 +0200 Subject: [PATCH] [Release] 1.1.1 for Kalendar and 1.0.1 Kalendar-Endloss version! --- README.md | 4 ++-- kalendar-endlos/gradle.properties | 2 +- kalendar/gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27960e8..2984417 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To add Kalendar, add this dependency, ```gradle dependencies { ..... - implementation("com.himanshoe:kalendar:1.1.0") + implementation("com.himanshoe:kalendar:1.1.1") } ``` @@ -34,7 +34,7 @@ or to use Kalendar Endlos, add this dependency, ```gradle dependencies { ..... - implementation("com.himanshoe:kalendar-endlos:1.0.0") + implementation("com.himanshoe:kalendar-endlos:1.0.1") } ``` diff --git a/kalendar-endlos/gradle.properties b/kalendar-endlos/gradle.properties index 2d267f1..94877fc 100644 --- a/kalendar-endlos/gradle.properties +++ b/kalendar-endlos/gradle.properties @@ -5,7 +5,7 @@ POM_DESCRIPTION=An Elementary Compose Calendar. POM_PACKAGING=aar POM_INCEPTION_YEAR=2022 GROUP=com.himanshoe -VERSION_NAME=1.0.0-RC5 +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 diff --git a/kalendar/gradle.properties b/kalendar/gradle.properties index b660294..eda82f7 100644 --- a/kalendar/gradle.properties +++ b/kalendar/gradle.properties @@ -5,7 +5,7 @@ POM_DESCRIPTION=An Elementary Compose Calendar. POM_PACKAGING=aar POM_INCEPTION_YEAR=2022 GROUP=com.himanshoe -VERSION_NAME=1.0.0 +VERSION_NAME=1.1.1 VERSION_CODE=1 POM_URL=https://github.com/hi-manshu POM_LICENCE_NAME=The Apache Software License, Version 2.0