From 64e5cabcb3f5dee5d2bd410e3e6b64821c446a14 Mon Sep 17 00:00:00 2001 From: wdullaer Date: Sat, 16 May 2015 21:06:37 +0200 Subject: [PATCH] Version bump to v1.4.2 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8892bac..8b769af 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ There are multiple options to add SwipeActionAdapter to your project: Add it as a dependency to your `build.gradle` ```java dependencies { - compile 'com.wdullaer:swipeactionadapter:1.4.1' + compile 'com.wdullaer:swipeactionadapter:1.4.2' } ``` diff --git a/gradle.properties b/gradle.properties index e209a4b..f074f93 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=1.4.1 -VERSION_CODE=9 +VERSION_NAME=1.4.2 +VERSION_CODE=10 GROUP=com.wdullaer ANDROID_BUILD_MIN_SDK_VERSION=14