Skip to content

Commit

Permalink
stable v1.1 🚀 💥
Browse files Browse the repository at this point in the history
  • Loading branch information
samanzamani committed Jun 11, 2021
1 parent d2ee475 commit a3e826b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ allprojects {
Step 2.Add the dependency
```groovy
dependencies {
implementation 'com.github.samanzamani.persiandate:PersianDate:v1.0'
implementation 'com.github.samanzamani.persiandate:PersianDate:1.1'
}
```
# what's new
Expand Down
2 changes: 1 addition & 1 deletion persiandate/gitpack.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.samanzamani.persiandate'
artifactId = 'stable'
version = '1.0'
version = '1.1'
}
}
}
Expand Down

0 comments on commit a3e826b

Please sign in to comment.