From 20529197017307d95a6bca890f422bfc17fcd37f Mon Sep 17 00:00:00 2001 From: Tim Oliver Date: Tue, 4 Jun 2024 07:52:40 -0700 Subject: [PATCH] Update README with new version number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Now that v5.0.0 has officially been pushed to CocoaPods, we can officially update the README with the new version numbers. 🎉 Differential Revision: D58096617 fbshipit-source-id: 77c2d9363f1cd06d02fe77798d4447f148a5b049 --- README.md | 4 ++-- README.zh.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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)。