Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Mar 4, 2019
1 parent 080d7c4 commit d940a28
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 @@ -14,7 +14,7 @@ A collection of modular elements for `RecyclerView` lists, alternative to
- **Animations**: give `Presenters`s fine grained control over how to animate each item

```groovy
implementation 'com.otaliastudios:elements:0.3.6'
implementation 'com.otaliastudios:elements:0.3.7'
```

If you are curious about how it works in practice, take a look at the sample app in the `app` module.
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'com.jfrog.bintray'
// Working: https://github.com/Faltenreich/TextInputView/blob/develop/textinputview/deploy.gradle

ext {
libVersion = '0.3.6'
libVersion = '0.3.7'
libGroup = 'com.otaliastudios'
libName = 'Elements'
libDescription = 'A modular approach to RecyclerView adapters with reusable, testable, independent, coordinated components.'
Expand Down

0 comments on commit d940a28

Please sign in to comment.