From 8d218629ec10ad8497e06b3f791acd7389c4f0fd Mon Sep 17 00:00:00 2001 From: Saman Date: Sat, 18 Feb 2023 10:26:55 +0330 Subject: [PATCH] Add new features v1.6.1 in readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b979c8..5d70a46 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.6.0' + implementation 'com.github.samanzamani:PersianDate:1.6.1' } ``` # what's new -### version 1.6.0 +### version 1.6.1 * Add validation for set methods and Init methods (Reported By [@ahmad-shoja](https://github.com/ahmad-shoja)). [#77](https://github.com/samanzamani/PersianDate/pull/77) * Add `isToday` method suggested by [AlirezaGhanbarinia](https://github.com/AlirezaGhanbarinia). [#75](https://github.com/samanzamani/PersianDate/pull/75) * Add `getGrgMonthLength` methods for get Gregorian month length.