mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-21 16:28:26 +00:00
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:
parent
ecdede2109
commit
cfd09a2c45
1 changed files with 2 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue