summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-04-17 10:44:47 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-04-17 10:44:47 -0400
commita6f6513934460269e5c2865293993219798ee767 (patch)
tree5d6eed800e6866c08a121df64fd1ff79eaae13a4 /README.md
parent6ce0eae0a9a73e9cbd535c3d49c29352e6494ba1 (diff)
downloadsdl_ios-a6f6513934460269e5c2865293993219798ee767.tar.gz
Update for v6.2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bfb1e4965..1a6c9ea38 100644
--- a/README.md
+++ b/README.md
@@ -39,10 +39,10 @@ See the [changelog](https://github.com/smartdevicelink/sdl_ios/blob/master/CHANG
You can install this library using [Cocoapods](https://cocoapods.org/pods/SmartDeviceLink-iOS). You can get started with Cocoapods by [following their install guide](https://guides.cocoapods.org/using/getting-started.html#getting-started), and learn how to use Cocoapods to install dependencies [by following this guide](https://guides.cocoapods.org/using/using-cocoapods.html).
-In your podfile, you want to add `pod 'SmartDeviceLink', '~> 6.1'`. Then run `pod install` inside your terminal. With Cocoapods, we support iOS 8.0+.
+In your podfile, you want to add `pod 'SmartDeviceLink', '~> 6.2'`. Then run `pod install` inside your terminal. With Cocoapods, we support iOS 8.0+.
###### Swift
-If you are building a Swift app, then add this instead `pod 'SmartDeviceLink/Swift', '~> 6.1'`. Then run `pod install` in your terminal.
+If you are building a Swift app, then add this instead `pod 'SmartDeviceLink/Swift', '~> 6.2'`. Then run `pod install` in your terminal.
##### Carthage