Skip to content

Commit 0083bc1

Browse files
authored
Merge pull request p2#304 from wtimme/bugfix/Update-Readme-with-new-pod-version
Update version in sample configurations of the README to 4.2
2 parents ddc80ff + 9bb789a commit 0083bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ The preferred way is to use _git_ directly or _Carthage_.
477477
Installation via Carthage is easy enough:
478478

479479
```ruby
480-
github "p2/OAuth2" ~> 3.0
480+
github "p2/OAuth2" ~> 4.2
481481
```
482482

483483
#### git
@@ -514,7 +514,7 @@ If you're unfamiliar with CocoaPods, read [using CocoaPods](http://guides.cocoap
514514
platform :ios, '8.0' # or platform :osx, '10.9'
515515
use_frameworks!
516516
target `YourApp` do
517-
pod 'p2.OAuth2', '~> 3.0'
517+
pod 'p2.OAuth2', '~> 4.2'
518518
end
519519
```
520520

0 commit comments

Comments
 (0)