From 3489cc6fc12986a28a523053e79ddb8a6eba07ce Mon Sep 17 00:00:00 2001 From: Yuya Kaido Date: Sun, 31 Mar 2019 23:33:07 +0900 Subject: [PATCH] 2.3.0 --- cardstackview/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardstackview/build.gradle b/cardstackview/build.gradle index 4ad50fe0..478b46bc 100644 --- a/cardstackview/build.gradle +++ b/cardstackview/build.gradle @@ -15,7 +15,7 @@ publish { uploadName = 'CardStackView' groupId = 'com.yuyakaido.android' artifactId = 'card-stack-view' - publishVersion = '2.2.6' + publishVersion = '2.3.0' desc = 'Tinder like swipeable card view for Android' website = 'https://github.com/yuyakaido/CardStackView' }