diff --git a/SWRevealViewController.podspec b/SWRevealViewController.podspec index 73f248a..dcaf801 100644 --- a/SWRevealViewController.podspec +++ b/SWRevealViewController.podspec @@ -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" diff --git a/SWRevealViewController/SWRevealViewController.h b/SWRevealViewController/SWRevealViewController.h index 279106e..345dfaa 100755 --- a/SWRevealViewController/SWRevealViewController.h +++ b/SWRevealViewController/SWRevealViewController.h @@ -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