diff --git a/README.md b/README.md index 6965ced11..ce60c720f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ We use the open source version `main` branch in the Instagram app. The preferred installation method is with [CocoaPods](https://cocoapods.org). Add the following to your `Podfile`: ```ruby -pod 'IGListKit', '~> 4.0.0' +pod 'IGListKit', '~> 5.0.0' ``` ### Carthage @@ -56,7 +56,7 @@ pod 'IGListKit', '~> 4.0.0' For [Carthage](https://github.com/Carthage/Carthage), add the following to your `Cartfile`: ```ogdl -github "Instagram/IGListKit" ~> 4.0.0 +github "Instagram/IGListKit" ~> 5.0.0 ``` ### Swift Package Manager diff --git a/README.zh.md b/README.zh.md index 2462ee7ee..a850ab220 100644 --- a/README.zh.md +++ b/README.zh.md @@ -47,7 +47,7 @@ 推荐使用[CocoaPods](https://cocoapods.org)来进行安装,只需添加如下语句到你的`Podfile`文件中: ```ruby -pod 'IGListKit', '~> 4.0.0' +pod 'IGListKit', '~> 5.0.0' ``` ### Carthage @@ -55,7 +55,7 @@ pod 'IGListKit', '~> 4.0.0' 对于[Carthage](https://github.com/Carthage/Carthage), 添加如下到`Cartfile`文件中: ```ogdl -github "Instagram/IGListKit" ~> 3.0 +github "Instagram/IGListKit" ~> 5.0.0 ``` > 对于高级用法, 查阅 [安装指南](https://instagram.github.io/IGListKit/installation.html)。