From a8190f3db1d2e94e655520ae0d5b7a5591c817ec Mon Sep 17 00:00:00 2001 From: James Sherlock Date: Thu, 11 May 2017 12:49:48 -0700 Subject: [PATCH] Update version number in docs Summary: Part of #707 Closes https://github.com/Instagram/IGListKit/pull/734 Differential Revision: D5046692 Pulled By: jessesquires fbshipit-source-id: db43f99fd0bbf4186a1bd47070f28a9a446bc2a4 --- Guides/Installation.md | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Guides/Installation.md b/Guides/Installation.md index 184c6d13e..684937d33 100644 --- a/Guides/Installation.md +++ b/Guides/Installation.md @@ -9,7 +9,7 @@ The preferred method of installation for `IGListKit` is using [CocoaPods](https: In order to use the latest release of the framework, add the following to your `Podfile`: ```ruby -pod 'IGListKit', '~> 2.0.0' +pod 'IGListKit', '~> 3.0.0' ``` ### Using `master` @@ -29,7 +29,7 @@ With the exception of `macOS` (which currently only supports the diffing algorit However, if you only want to use the diffing components of this library, then you can use the diffing subspec in your `Podfile`: ```ruby -pod 'IGListKit/Diffing', '~> 2.0.0' +pod 'IGListKit/Diffing', '~> 3.0.0' ``` Regardless of whether you only use the diffing components, or the entire library, the imports are the same: @@ -43,5 +43,5 @@ import IGListKit If using [Carthage](https://github.com/Carthage/Carthage), add the following to your `Cartfile`: ```ogdl -github "Instagram/IGListKit" ~> 2.0.0 +github "Instagram/IGListKit" ~> 3.0.0 ``` diff --git a/README.md b/README.md index 90d32fb88..6fac4b967 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ We use the open source version `master` branch in the Instagram app. The preferred installation method is with [CocoaPods](https://cocoapods.org). Add the following to your `Podfile`: ```ruby -pod 'IGListKit', '~> 2.0.0' +pod 'IGListKit', '~> 3.0.0' ``` ### Carthage @@ -67,7 +67,7 @@ pod 'IGListKit', '~> 2.0.0' For [Carthage](https://github.com/Carthage/Carthage), add the following to your `Cartfile`: ```ogdl -github "Instagram/IGListKit" ~> 2.0.0 +github "Instagram/IGListKit" ~> 3.0.0 ``` > For advanced usage, see our [Installation Guide](https://instagram.github.io/IGListKit/installation.html).