Skip to content

Commit

Permalink
Update README with new version number
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TimOliver authored and facebook-github-bot committed Jun 4, 2024
1 parent baf38ea commit 2052919
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ 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

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
Expand Down
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
推荐使用[CocoaPods](https://cocoapods.org)来进行安装,只需添加如下语句到你的`Podfile`文件中:

```ruby
pod 'IGListKit', '~> 4.0.0'
pod 'IGListKit', '~> 5.0.0'
```

### Carthage

对于[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)
Expand Down

0 comments on commit 2052919

Please sign in to comment.