diff --git a/README.md b/README.md index 41f8833..1df6fdb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/prdownloader/upload.gradle b/prdownloader/upload.gradle index 34d2a86..c75f07c 100644 --- a/prdownloader/upload.gradle +++ b/prdownloader/upload.gradle @@ -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 {