From d60d13db558ca1d5d1206157281506795bd00f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20V=C3=A1zquez?= Date: Wed, 7 Dec 2016 11:22:08 +0100 Subject: [PATCH] Bump version to v1.1.1 (#13) --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f257f0..fb477a8 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Grab the latest version from jCenter: ```groovy dependencies { - compile 'com.schibsted.spain:parallax-layer-layout:1.1.0' + compile 'com.schibsted.spain:parallax-layer-layout:1.1.1' } ``` diff --git a/library/build.gradle b/library/build.gradle index b177f60..cc27e98 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -30,7 +30,7 @@ publish { userOrg = 'schibstedspain' groupId = 'com.schibsted.spain' artifactId = 'parallax-layer-layout' - publishVersion = '1.1.0' + publishVersion = '1.1.1' desc = 'Let\'s you add layered parallax effect to your views or images based on things like device rotation.' website = 'https://github.com/SchibstedSpain/parallax-layer-layout'