Skip to content

Commit 9bb789a

Browse files
committed
Update version in sample configurations of the README to 4.2
This makes sure that users who are new to the project start using the new version. Otherwise, if they use Swift 4.2, they will not be able to successfully build their project.
1 parent ddc80ff commit 9bb789a

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)