From 2bc0e7227a23858fef3d6a16c7c9be2f1d407c9d Mon Sep 17 00:00:00 2001 From: Marcos Griselli Date: Fri, 27 Apr 2018 12:02:56 -0300 Subject: [PATCH] 1.1.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 21a30b4..d60f138 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.1.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/SwipeableTabBarController/Info.plist b/Example/Pods/Target Support Files/SwipeableTabBarController/Info.plist index 21a30b4..d60f138 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.1.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion diff --git a/SwipeableTabBarController.podspec b/SwipeableTabBarController.podspec index 49023a4..432ce2d 100644 --- a/SwipeableTabBarController.podspec +++ b/SwipeableTabBarController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwipeableTabBarController' - s.version = '1.1.0' + s.version = '1.1.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."