From 441a97f2c38750e851e7f93bfc8e8e7a76c80952 Mon Sep 17 00:00:00 2001 From: Saman Date: Fri, 8 Sep 2023 17:07:50 +0330 Subject: [PATCH] Releae bug fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41640c5..b09a6ae 100755 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ allprojects { Step 2.Add the dependency ```groovy dependencies { - implementation 'com.github.samanzamani:PersianDate:1.7.0' + implementation 'com.github.samanzamani:PersianDate:1.7.1' } ``` # what's new -### version 1.7.0 +### version 1.7.1 * Fix add/sub reported bug (Reported By [@Alireza-Jamali](https://github.com/Alireza-Jamali)). [#81](https://github.com/samanzamani/PersianDate/issues/81) * Add new adds methods: `addWeeks`,`addDays`,`addMonths`,`addYears`,`addHours`,`addMinutes`,.... * Add new subs methods: `subsWeeks`,`subsDays`,`subsMonths`,`subsYears`,`subsHours`,`subsMinutes`,....