From 79c717344f594cbd20dc6b737887a0457118c5a8 Mon Sep 17 00:00:00 2001 From: Ivan Baranov Date: Mon, 20 Mar 2017 15:58:01 +0300 Subject: [PATCH] Release 0.1.4 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d3e5b7..36f7fe2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Download -------- ```groovy -compile 'com.github.ivbaranov:materialfavoritebutton:0.1.3' +compile 'com.github.ivbaranov:materialfavoritebutton:0.1.4' ``` diff --git a/gradle.properties b/gradle.properties index f4642fe..7f95caf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ MIN_SDK_VERSION=11 TARGET_SDK_VERSION=23 # Current library version -VERSION_NAME=0.1.3 +VERSION_NAME=0.1.4 # Dependency versions (library) SUPPORT_LIBRARY_VERSION=23.1.1