Skip to content

Commit

Permalink
Update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Dec 12, 2018
1 parent 83bb3dd commit 824b014
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 @@ -26,7 +26,7 @@

Add this in your build.gradle
```groovy
compile 'com.mindorks.android:prdownloader:0.4.0'
compile 'com.mindorks.android:prdownloader:0.5.0'
```
Do not forget to add internet permission in manifest if already not present
```xml
Expand Down
2 changes: 1 addition & 1 deletion prdownloader/upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def siteUrl = 'https://github.com/MindorksOpenSource/PRDownloader'
def gitUrl = 'https://github.com/MindorksOpenSource/PRDownloader.git'

group = "com.mindorks.android"
version = '0.4.0'
version = '0.5.0'

install {
repositories.mavenInstaller {
Expand Down

0 comments on commit 824b014

Please sign in to comment.