From be055bbe0100c03ef26927bfde84f63c636e823f Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Mon, 4 Mar 2019 17:06:42 +0100 Subject: [PATCH] Bump version --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbb21e2..84aa702 100644 --- a/README.md +++ b/README.md @@ -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.5' +implementation 'com.otaliastudios:elements:0.3.6' ``` If you are curious about how it works in practice, take a look at the sample app in the `app` module. diff --git a/library/build.gradle b/library/build.gradle index c1856cb..82452ff 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -9,7 +9,7 @@ apply plugin: 'com.jfrog.bintray' // Working: https://github.com/Faltenreich/TextInputView/blob/develop/textinputview/deploy.gradle ext { - libVersion = '0.3.5' + libVersion = '0.3.6' libGroup = 'com.otaliastudios' libName = 'Elements' libDescription = 'A modular approach to RecyclerView adapters with reusable, testable, independent, coordinated components.'