Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Dec 1, 2021
1 parent 8028f67 commit 3bb5c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Calendar converter based on http://code.google.com/p/mobile-persian-calendar/ (G

```
Copyright (C) 2006 Amir Khosroshahi (amir.khosroshahi)
Copyright (C) 2012-2019 Android Persian Calendar
Copyright (C) 2012-2021 Android Persian Calendar
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand Down Expand Up @@ -36,7 +36,7 @@ allprojects {
Add the dependency
```
dependencies {
implementation 'com.github.persian-calendar:calendar:1.1.0'
implementation 'com.github.persian-calendar:calendar:1.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "io.github.persiancalendar"
version = "1.1.0"
version = "1.2.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 3bb5c8e

Please sign in to comment.