From 12f4c47cbebaf0d4dd3dd8f2a5f37f3382f21340 Mon Sep 17 00:00:00 2001 From: ruben Date: Tue, 14 Feb 2017 20:12:15 +0000 Subject: [PATCH] Bump to 1.4.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db79348..462b669 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Available from API 14. #####1. Add the following to your build.gradle: ```groovy -compile 'com.github.rubensousa:floatingtoolbar:1.3.1' +compile 'com.github.rubensousa:floatingtoolbar:1.4.0' ``` #####2. Add FloatingToolbar as a direct child of CoordinatorLayout and before the FloatingActionButton: ```xml diff --git a/gradle.properties b/gradle.properties index 0daefda..7d22ad4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true GROUP=com.github.rubensousa -VERSION_NAME=1.3.1 +VERSION_NAME=1.4.0 POM_ARTIFACT_ID=floatingtoolbar POM_NAME=FloatingToolbar