From ef8f8d21fcb9db3c6ab65b040aa69edd41fae0e9 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Mon, 7 Jun 2021 03:46:34 +0430 Subject: [PATCH] 1.0.1 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 819d18a..8902220 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ allprojects { Add the dependency ``` dependencies { - implementation 'com.github.persian-calendar:equinox:1.0.0' + implementation 'com.github.persian-calendar:equinox:1.0.1' } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 8386bcb..e0ec8c5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "io.github.persiancalendar" -version = "1.0.0" +version = "1.0.1" repositories { mavenCentral()