Skip to content

Commit

Permalink
Updated docs for 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Jun 21, 2013
1 parent 5f59b3f commit 8be1ed0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#MMDrawerController Changelog

##[0.2.1](https://github.com/mutualmobile/MMDrawerController/issues?milestone=7&state=closed) (Friday, June 21st, 2013)
###Fixed
* **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)

##[0.2.0](https://github.com/mutualmobile/MMDrawerController/issues?milestone=5&state=closed) (Tuesday, June 4th, 2013)
###New
* 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)
Expand Down
4 changes: 2 additions & 2 deletions MMDrawerController.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "MMDrawerController"
s.version = "0.2.0"
s.version = "0.2.1"
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" => "[email protected]" }
s.source = { :git => "https://github.com/mutualmobile/MMDrawerController.git", :tag => "0.2.0" }
s.source = { :git => "https://github.com/mutualmobile/MMDrawerController.git", :tag => "0.2.1" }
s.platform = :ios, '5.0'
s.requires_arc = true
s.screenshots = [ "http://mutualmobile.github.io/MMDrawerController/ExampleImages/example1.png",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.2.0'
pod 'MMDrawerController', '~> 0.2.1'
```

---
Expand Down

0 comments on commit 8be1ed0

Please sign in to comment.