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
This commit is contained in:
Hanton Yang 2019-09-04 22:51:16 -07:00 committed by Facebook Github Bot
parent ecdede2109
commit cfd09a2c45

View file

@ -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).