diff --git a/MMDrawerController.podspec b/MMDrawerController.podspec index b34f92de..eec8f6ba 100644 --- a/MMDrawerController.podspec +++ b/MMDrawerController.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "MMDrawerController" - s.version = "0.1.0" + s.version = "0.2.0" s.summary = "A lightweight, easy-to-use side drawer navigation controller." s.homepage = "https://github.com/mutualmobile/MMDrawerController" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Kevin Harwood" => "kevin.harwood@mutualmobile.com" } - s.source = { :git => "https://github.com/mutualmobile/MMDrawerController.git", :tag => "0.1.0" } + s.source = { :git => "https://github.com/mutualmobile/MMDrawerController.git", :tag => "0.2.0" } s.platform = :ios, '5.0' s.requires_arc = true s.screenshots = [ "http://mutualmobile.github.io/MMDrawerController/ExampleImages/example1.png", diff --git a/README.md b/README.md index c39c5a3a..0c058a27 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Official appledoc documentation can be found at [CocoaDocs](http://cocoadocs.org You can install MMDrawerController in your project by using [CocoaPods](https://github.com/cocoapods/cocoapods): ```Ruby -pod 'MMDrawerController', '~> 0.1.0' +pod 'MMDrawerController', '~> 0.2.0' ``` ---