From ea6a412bcda22f58b18f80f2e941cc6eaedd6b0b Mon Sep 17 00:00:00 2001 From: Luan Nguyen Date: Sat, 15 Oct 2016 13:44:19 +0700 Subject: [PATCH] Release 2.2 with fix the menu is lost sometimes --- LNSideMenu.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LNSideMenu.podspec b/LNSideMenu.podspec index f67d2a8..fa315df 100644 --- a/LNSideMenu.podspec +++ b/LNSideMenu.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'LNSideMenu' - s.version = '2.1.1' + s.version = '2.2' s.summary = 'A side menu control for iOS in Swift with custom layer and scrolling effect. Right and Left sides. iOS 8+.' # This description is used to generate tags and improve search results. diff --git a/README.md b/README.md index c916c0b..350174c 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ LNSideMenu is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod 'LNSideMenu', '~> 2.1.1' +pod 'LNSideMenu', '~> 2.2' ``` ### Manual