From cb2a2be2e4f42ddd803e3d2f55af3d39d040a592 Mon Sep 17 00:00:00 2001 From: Marcos Griselli Date: Thu, 20 May 2021 22:05:05 -0300 Subject: [PATCH] 3.4.0 release --- SwipeableTabBarController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwipeableTabBarController.podspec b/SwipeableTabBarController.podspec index a2c2828..e1dc962 100644 --- a/SwipeableTabBarController.podspec +++ b/SwipeableTabBarController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwipeableTabBarController' - s.version = '3.3.1' + s.version = '3.4.0' s.summary = 'A UITabBarController where you can swipe interactively between tabs.' s.description = "Subclass of UITabBarController that adds a swipe recognizer to the lowest UIViewController so you can interactively change tabs."