From 1af60eee96290bfd63ebf959eaec975bec133b8c Mon Sep 17 00:00:00 2001 From: Yuya Kaido Date: Fri, 22 Feb 2019 18:15:17 +0900 Subject: [PATCH] 2.2.3 --- cardstackview/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardstackview/build.gradle b/cardstackview/build.gradle index 77e0fbb4..7659bee2 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.2' + publishVersion = '2.2.3' desc = 'Tinder like swipeable card view for Android' website = 'https://github.com/yuyakaido/CardStackView' }