Skip to content

Commit 8be1ed0

Browse files
committed
Updated docs for 0.2.1
1 parent 5f59b3f commit 8be1ed0

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#MMDrawerController Changelog
22

3+
##[0.2.1](https://github.com/mutualmobile/MMDrawerController/issues?milestone=7&state=closed) (Friday, June 21st, 2013)
4+
###Fixed
5+
* **FIXED** an issue([#42](https://github.com/mutualmobile/MMDrawerController/issues/23)) where the gesture completion block was not being called if the gesture action closed the drawer completely. (Kevin Harwood)
6+
37
##[0.2.0](https://github.com/mutualmobile/MMDrawerController/issues?milestone=5&state=closed) (Tuesday, June 4th, 2013)
48
###New
59
* Added support for using the panning velocity to complete the animation. It now looks *much* better ([#18](https://github.com/mutualmobile/MMDrawerController/issues/18)). (Kevin Harwood)

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.2.0"
3+
s.version = "0.2.1"
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.2.0" }
8+
s.source = { :git => "https://github.com/mutualmobile/MMDrawerController.git", :tag => "0.2.1" }
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
@@ -23,7 +23,7 @@ Official appledoc documentation can be found at [CocoaDocs](http://cocoadocs.org
2323
You can install MMDrawerController in your project by using [CocoaPods](https://github.com/cocoapods/cocoapods):
2424

2525
```Ruby
26-
pod 'MMDrawerController', '~> 0.2.0'
26+
pod 'MMDrawerController', '~> 0.2.1'
2727
```
2828

2929
---

0 commit comments

Comments
 (0)