Skip to content

Commit 40b6c58

Browse files
committed
Version bump
1 parent 144f0aa commit 40b6c58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-beta2"
3+
s.version = "2.0.0"
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-beta2" }
9+
s.source = { :git => "https://github.com/ECSlidingViewController/ECSlidingViewController.git", :tag => "2.0.0" }
1010

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

README.md

Lines changed: 2 additions & 2 deletions
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-beta'
44+
pod 'ECSlidingViewController', '~> 2.0.0'
4545
```
4646

4747
**Note**: We follow http://semver.org for versioning the public API.
@@ -54,7 +54,7 @@ Or copy the `ECSlidingViewController/` directory from this repo into your projec
5454

5555
The public API is documented in the header files. It will automatically show up in Xcode 5's quick help, or you can view it online:
5656

57-
[ECSlidingViewController Reference at cocoadocs.org](http://cocoadocs.org/docsets/ECSlidingViewController/2.0.0-beta1/)
57+
[ECSlidingViewController Reference at cocoadocs.org](http://cocoadocs.org/docsets/ECSlidingViewController/)
5858

5959
### Sample Code
6060

0 commit comments

Comments
 (0)