Skip to content

Commit

Permalink
Bumping the version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
molon authored and molon committed Jul 19, 2016
1 parent dd7b195 commit 0b749b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Classes/MLTransition.m
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ @interface UINavigationController(__MLTransition)<UIGestureRecognizerDelegate>
*/
@property (nonatomic, strong) UIPanGestureRecognizer *__MLTransition_panGestureRecognizer;

- (void)__MLTransition_Hook_ViewDidLoad;

@end

#pragma mark - UINavigationController category implementation
Expand Down
2 changes: 1 addition & 1 deletion MLTransition.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0b749b0

Please sign in to comment.