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