Skip to content

Commit

Permalink
Add new features v1.6.1 in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
samanzamani committed Feb 18, 2023
1 parent 7d957ad commit 8d21862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d21862

Please sign in to comment.