summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2015-10-05 14:34:16 -0400
committerJoel Fischer <joeljfischer@gmail.com>2015-10-05 14:34:16 -0400
commitf3f598ec2e1302652d9f9834673b0afdd67b1f2c (patch)
tree09fec56b72415dee7010ef1fc6dd237806fb229c /README.md
parent714466f0b6f4e052368f3450bda1f266f202c61f (diff)
downloadsdl_ios-f3f598ec2e1302652d9f9834673b0afdd67b1f2c.tar.gz
Update to v4.0.0 final4.0.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0fa95cee4..28e21ae83 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-##### Note: Please see the [release/4.0.0](https://github.com/smartdevicelink/sdl_ios/tree/release/4.0.0) branch of sdl_ios for the most recent version. Significant changes have been made since the latest stable release and the in-progress develop branch. When released, it will include distribution via Carthage and Cocoapods. The current release candidate has Cocoapods support, see below for installation instructions.
-
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](https://img.shields.io/cocoapods/v/SmartDeviceLink-iOS.svg?style=flat)](https://cocoapods.org/pods/SmartDeviceLink-iOS)
[![License](https://img.shields.io/cocoapods/l/SmartDeviceLink-iOS.svg?style=flat)](https://cocoapods.org/pods/SmartDeviceLink-iOS)
@@ -33,7 +31,7 @@ See the [changelog](https://github.com/smartdevicelink/sdl_ios/blob/release/4.0.
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-iOS', '4.0.0-RC.2'`. Then run `pod install` inside your terminal.
+In your podfile, you want to add `pod 'SmartDeviceLink-iOS', '4.0.0'`. Then run `pod install` inside your terminal.
##### Carthage