From c88ea918fa603ddc037b2a534102b251105284e3 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Tue, 1 Sep 2015 12:19:16 -0700 Subject: [PATCH] 1.4.0 --- README.md | 4 ++-- version.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17c0437901..43218cd77e 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ BottomSheet has been used in production at Flipboard for a while now so it is th If all you want is the BottomSheet component and don't need things from commons you can skip that dependency. ```groovy dependencies { - compile 'com.flipboard:bottomsheet-core:1.3.0' - compile 'com.flipboard:bottomsheet-commons:1.3.0' // optional + compile 'com.flipboard:bottomsheet-core:1.4.0' + compile 'com.flipboard:bottomsheet-commons:1.4.0' // optional } ``` diff --git a/version.properties b/version.properties index 1a7096f48b..17e74aa270 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ -#Thu, 23 Jul 2015 16:12:54 -0700 +#Tue, 01 Sep 2015 12:18:19 -0700 #Tue Jun 02 09:57:59 PDT 2015 major=1 -minor=3 +minor=4 patch=0