Skip to content

Commit 2203422

Browse files
committed
Version bump (4.0.3)
1 parent 65a2788 commit 2203422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Edit your Podfile and add RESideMenu:
4343

4444
``` bash
4545
platform :ios, '6.0'
46-
pod 'RESideMenu', '~> 4.0.2'
46+
pod 'RESideMenu', '~> 4.0.3'
4747
```
4848

4949
Install into your Xcode project:

RESideMenu.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RESideMenu'
3-
s.version = '4.0.2'
3+
s.version = '4.0.3'
44
s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' }
55
s.homepage = 'https://github.com/romaonthego/RESideMenu'
66
s.summary = 'iOS 7 style side menu with parallax effect.'

0 commit comments

Comments
 (0)