Skip to content

Commit

Permalink
Version bump (4.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Mar 27, 2014
1 parent 65a2788 commit 2203422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Edit your Podfile and add RESideMenu:

``` bash
platform :ios, '6.0'
pod 'RESideMenu', '~> 4.0.2'
pod 'RESideMenu', '~> 4.0.3'
```

Install into your Xcode project:
Expand Down
2 changes: 1 addition & 1 deletion RESideMenu.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RESideMenu'
s.version = '4.0.2'
s.version = '4.0.3'
s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' }
s.homepage = 'https://github.com/romaonthego/RESideMenu'
s.summary = 'iOS 7 style side menu with parallax effect.'
Expand Down

0 comments on commit 2203422

Please sign in to comment.