diff --git a/README.md b/README.md index ac48d8c..9bf8d07 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Device is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod "Device", '~> 3.0.3' +pod "Device", '~> 3.1.0' ``` ## Carthage @@ -33,7 +33,7 @@ $ brew install carthage To integrate Device into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "Ekhoo/Device" ~> 3.0.3 +github "Ekhoo/Device" ~> 3.1.0 ``` Run `carthage update` to build the framework and drag the built `Device.framework` into your Xcode project.