Skip to content

Commit 6733c44

Browse files
committed
Version bump
1 parent 4c22ecc commit 6733c44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ECSlidingViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "ECSlidingViewController"
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44
s.summary = "View controller container that presents its child view controllers in two sliding layers. Inspired by the Path 2.0 and Facebook iPhone apps."
55
s.description = "ECSlidingViewController is a view controller container that presents its child view controllers in two layers. It provides functionality for sliding the top view to reveal the views underneath it. This functionality is inspired by the Path 2.0 and Facebook iPhone apps."
66
s.homepage = "https://github.com/ECSlidingViewController/ECSlidingViewController"
77
s.license = 'MIT'
88
s.author = { "Mike Enriquez" => "[email protected]" }
9-
s.source = { :git => "https://github.com/ECSlidingViewController/ECSlidingViewController.git", :tag => "2.0.0" }
9+
s.source = { :git => "https://github.com/ECSlidingViewController/ECSlidingViewController.git", :tag => "2.0.1" }
1010

1111
s.platform = :ios, '7.0'
1212
s.requires_arc = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Install with [CocoaPods](http://cocoapods.org) by adding the following to your P
4141

4242
``` ruby
4343
platform :ios, '7.0'
44-
pod 'ECSlidingViewController', '~> 2.0.0'
44+
pod 'ECSlidingViewController', '~> 2.0.1'
4545
```
4646

4747
**Note**: We follow http://semver.org for versioning the public API.

0 commit comments

Comments
 (0)