From cfd09a2c45f1e4e19154a4bbc309e271a28cca3a Mon Sep 17 00:00:00 2001 From: Hanton Yang Date: Wed, 4 Sep 2019 22:51:16 -0700 Subject: [PATCH] Update README installation version to 3.4.0 (#1354) Summary: ## Changes in this pull request Update `README` installation version to the latest stable version `3.4.0` ### Checklist - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1354 Differential Revision: D17200807 Pulled By: lorixx fbshipit-source-id: 733f8c65e4eff7b0498c0425354f5951fd5d8569 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f07a2266..59e1f194 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', '~> 3.0' +pod 'IGListKit', '~> 3.4.0' ``` ### Carthage @@ -67,7 +67,7 @@ pod 'IGListKit', '~> 3.0' For [Carthage](https://github.com/Carthage/Carthage), add the following to your `Cartfile`: ```ogdl -github "Instagram/IGListKit" ~> 3.0 +github "Instagram/IGListKit" ~> 3.4.0 ``` > For advanced usage, see our [Installation Guide](https://instagram.github.io/IGListKit/installation.html).