Skip to content

Commit

Permalink
Releae bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
samanzamani committed Sep 8, 2023
1 parent d9c281b commit 441a97f
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.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`,....
Expand Down

0 comments on commit 441a97f

Please sign in to comment.