Skip to content

Commit

Permalink
Set version to 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
B3nedikt committed Feb 23, 2021
1 parent 4d1696c commit 428c633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Download](https://api.bintray.com/packages/b3nedikt/viewpump/viewpump/images/download.svg?version=4.0.5)](https://bintray.com/b3nedikt/viewpump/viewpump/4.0.5/link)
[![Download](https://api.bintray.com/packages/b3nedikt/viewpump/viewpump/images/download.svg?version=4.0.6)](https://bintray.com/b3nedikt/viewpump/viewpump/4.0.6/link)

# ViewPump 4.0.5
# ViewPump 4.0.6

View inflation you can intercept using an API of pre/post-inflation interceptors.

Expand All @@ -15,7 +15,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'dev.b3nedikt.viewpump:viewpump:4.0.5'
implementation 'dev.b3nedikt.viewpump:viewpump:4.0.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion viewpump/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext {

publishedGroupId = 'dev.b3nedikt.viewpump'
artifactId = 'viewpump'
libraryVersion = '4.0.5'
libraryVersion = '4.0.6'

libraryName = 'ViewPump'
libraryDescription = 'View inflation you can intercept. ViewPump installs a custom' +
Expand Down

0 comments on commit 428c633

Please sign in to comment.