Skip to content

Commit

Permalink
prepare release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
laenger committed Mar 22, 2018
1 parent 0230dd8 commit c641bfe
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 @@ -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"
}
```

Expand Down
2 changes: 1 addition & 1 deletion vpbs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion rootProject.targetSdkVersion
versionName '0.0.4'
versionName '0.0.5'
}

buildTypes {
Expand Down

0 comments on commit c641bfe

Please sign in to comment.