diff --git a/README.md b/README.md index 131ba17..d63e500 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the library to the dependencies: ```groovy dependencies { - compile "biz.laenger.android:vpbs:0.0.4" + compile "biz.laenger.android:vpbs:0.0.5" } ``` diff --git a/vpbs/build.gradle b/vpbs/build.gradle index ffdd508..a1f79c6 100644 --- a/vpbs/build.gradle +++ b/vpbs/build.gradle @@ -14,7 +14,7 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion rootProject.targetSdkVersion - versionName '0.0.4' + versionName '0.0.5' } buildTypes {