From 870cd8c428e13f4fac39b150cc8e68033b9aeb80 Mon Sep 17 00:00:00 2001 From: Lucas Ortis Date: Fri, 31 Mar 2017 15:19:24 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28a638a..4b22a75 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.0' +pod "Device", '~> 3.0.1' ``` ## 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.0 +github "Ekhoo/Device" ~> 3.0.1 ``` Run `carthage update` to build the framework and drag the built `Device.framework` into your Xcode project.