From 0b749b09b9fe1fb40e2ef5bd5323717c40fab6ab Mon Sep 17 00:00:00 2001 From: molon Date: Wed, 20 Jul 2016 01:33:04 +0800 Subject: [PATCH] Bumping the version to 2.1.1 --- Classes/MLTransition.m | 2 -- MLTransition.podspec | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Classes/MLTransition.m b/Classes/MLTransition.m index 320c94d..4c79da2 100644 --- a/Classes/MLTransition.m +++ b/Classes/MLTransition.m @@ -135,8 +135,6 @@ @interface UINavigationController(__MLTransition) */ @property (nonatomic, strong) UIPanGestureRecognizer *__MLTransition_panGestureRecognizer; -- (void)__MLTransition_Hook_ViewDidLoad; - @end #pragma mark - UINavigationController category implementation diff --git a/MLTransition.podspec b/MLTransition.podspec index 2e7aa13..0288928 100644 --- a/MLTransition.podspec +++ b/MLTransition.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MLTransition" -s.version = "2.1.0" +s.version = "2.1.1" s.summary = "iOS7+, pop ViewController with pan gesture from middle or edge of screen. " s.homepage = "https://github.com/molon/MLTransition" s.license = "MIT"