From 77333921819d193012475ef634146487b33b0da2 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sun, 26 Sep 2021 14:00:41 +0330 Subject: [PATCH] 1.0.5 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83adc0e..80a49db 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ allprojects { Add the dependency ``` dependencies { - implementation 'com.github.persian-calendar:calendar:1.0.4' + implementation 'com.github.persian-calendar:calendar:1.0.5' } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 8a9adab..dc72399 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "io.github.persiancalendar" -version = "1.0.4" +version = "1.0.5" repositories { mavenCentral()