Skip to content

Commit a6b4bc5

Browse files
committed
Version bump
1 parent 14bf037 commit a6b4bc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ECSlidingViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
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.'
1616
s.homepage = 'https://github.com/edgecase/ecslidingviewcontroller'
1717
s.author = { 'Mike Enriquez' => '[email protected]' }
18-
s.source = { :git => 'https://github.com/edgecase/ECSlidingViewController.git', :tag => '1.0.0' }
18+
s.source = { :git => 'https://github.com/edgecase/ECSlidingViewController.git', :tag => '1.0.1' }
1919
s.platform = :ios
2020
s.source_files = 'ECSlidingViewController/Vendor/ECSlidingViewController/'
2121
s.requires_arc = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You'll need these two files:
3535

3636
OR - you can use [CocoaPods](http://cocoapods.org/). Add the following line to your Podspec:
3737

38-
pod 'ECSlidingViewController', '~> 1.0.0'
38+
pod 'ECSlidingViewController', '~> 1.0.1'
3939

4040
### Setup storyboards and set the topViewController
4141

0 commit comments

Comments
 (0)