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