Skip to content

Commit 1aa6735

Browse files
committed
Version bump
1 parent 12dc6ed commit 1aa6735

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,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ECSlidingViewController'
3-
s.version = '1.2.0'
3+
s.version = '1.2.1'
44
s.license = { :type => 'MIT', :text => <<-LICENSE
55
Copyright (C) 2013 EdgeCase
66
@@ -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.2.0' }
18+
s.source = { :git => 'https://github.com/edgecase/ECSlidingViewController.git', :tag => '1.2.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
@@ -36,7 +36,7 @@ You'll need these two files:
3636

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

39-
pod 'ECSlidingViewController', '~> 1.2.0'
39+
pod 'ECSlidingViewController', '~> 1.2.1'
4040

4141
### Setup storyboards and set the topViewController
4242

0 commit comments

Comments
 (0)