diff --git a/README.md b/README.md index b3b051f..37c9012 100644 --- a/README.md +++ b/README.md @@ -163,10 +163,10 @@ Alamofire.request(.GET, URL).responseArray { (response: Response<[Forecast], NSE #Installation AlamofireObjectMapper can be added to your project using [Cocoapods](https://cocoapods.org/) by adding the following line to your Podfile: ``` -pod 'AlamofireObjectMapper', '~> 2.0' +pod 'AlamofireObjectMapper', '~> 2.1' ``` If your using [Carthage](https://github.com/Carthage/Carthage) you can add a dependency on AlamofireObjectMapper by adding it to your Cartfile: ``` -github "tristanhimmelman/AlamofireObjectMapper" ~> 2.0 +github "tristanhimmelman/AlamofireObjectMapper" ~> 2.1 ```