Skip to content

Commit 0c977a8

Browse files
committed
Added 0.2.0 to readme and podspec
1 parent 58f21fc commit 0c977a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MMDrawerController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "MMDrawerController"
3-
s.version = "0.1.0"
3+
s.version = "0.2.0"
44
s.summary = "A lightweight, easy-to-use side drawer navigation controller."
55
s.homepage = "https://github.com/mutualmobile/MMDrawerController"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { "Kevin Harwood" => "kevin.harwood@mutualmobile.com" }
8-
s.source = { :git => "https://github.com/mutualmobile/MMDrawerController.git", :tag => "0.1.0" }
8+
s.source = { :git => "https://github.com/mutualmobile/MMDrawerController.git", :tag => "0.2.0" }
99
s.platform = :ios, '5.0'
1010
s.requires_arc = true
1111
s.screenshots = [ "http://mutualmobile.github.io/MMDrawerController/ExampleImages/example1.png",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Official appledoc documentation can be found at [CocoaDocs](http://cocoadocs.org
2222
You can install MMDrawerController in your project by using [CocoaPods](https://github.com/cocoapods/cocoapods):
2323

2424
```Ruby
25-
pod 'MMDrawerController', '~> 0.1.0'
25+
pod 'MMDrawerController', '~> 0.2.0'
2626
```
2727

2828
---

0 commit comments

Comments
 (0)