Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Jun 13, 2019
1 parent d92860d commit e0bcd60
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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
implementation 'com.mindorks.android:prdownloader:0.5.0'
implementation 'com.mindorks.android:prdownloader:0.6.0'
```
Do not forget to add internet permission in manifest if already not present
```xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ private void closeAllSafely(FileDownloadOutputStream outputStream) {
e.printStackTrace();
}
}

} finally {
if (outputStream != null)
try {
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.5.0'
version = '0.6.0'

install {
repositories.mavenInstaller {
Expand Down

0 comments on commit e0bcd60

Please sign in to comment.