From 2697eed84a14c5933c6a6ca8eaab6114a2f3c5a1 Mon Sep 17 00:00:00 2001 From: Marcos Griselli Date: Sat, 11 Aug 2018 11:07:51 -0300 Subject: [PATCH] 1.3.1 release --- .../Pods-SwipeableTabBarController_Example/Info.plist | 2 +- .../Target Support Files/SwipeableTabBarController/Info.plist | 2 +- SwipeableTabBarController.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Pods/Target Support Files/Pods-SwipeableTabBarController_Example/Info.plist b/Example/Pods/Target Support Files/Pods-SwipeableTabBarController_Example/Info.plist index b6b2813..10f280e 100644 --- a/Example/Pods/Target Support Files/Pods-SwipeableTabBarController_Example/Info.plist +++ b/Example/Pods/Target Support Files/Pods-SwipeableTabBarController_Example/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/SwipeableTabBarController/Info.plist b/Example/Pods/Target Support Files/SwipeableTabBarController/Info.plist index b6b2813..10f280e 100644 --- a/Example/Pods/Target Support Files/SwipeableTabBarController/Info.plist +++ b/Example/Pods/Target Support Files/SwipeableTabBarController/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleSignature ???? CFBundleVersion diff --git a/SwipeableTabBarController.podspec b/SwipeableTabBarController.podspec index c92312e..f924904 100644 --- a/SwipeableTabBarController.podspec +++ b/SwipeableTabBarController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwipeableTabBarController' - s.version = '1.3.0' + s.version = '1.3.1' 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."