Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Lluch committed Apr 22, 2015
1 parent c52a327 commit abc2a05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SWRevealViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SWRevealViewController"
s.version = "2.3.0"
s.version = "2.4.0"
s.summary = "A UIViewController subclass for presenting two view controllers inspired in the Facebook app, done right."
s.homepage = "https://github.com/John-Lluch/SWRevealViewController"
s.license = "MIT"
Expand Down
6 changes: 5 additions & 1 deletion SWRevealViewController/SWRevealViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@
RELEASE NOTES
Version 2.4.0 (Current Version)
Version 2.3.0 (Current Version)
- Updated behaviour of appearance method calls on child controllers
- Removes Xcode 6.3.1 warnings
Version 2.3.0
- StoryBoard initializing bug fix
- Minor Code refactoring
Expand Down

0 comments on commit abc2a05

Please sign in to comment.