Skip to content

Commit 52e38b9

Browse files
updated the docs
1 parent 3e5228f commit 52e38b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/docs/iOS/swiftui/swiftui-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ Because StreamChat SDKs have to be distributed with its resources, the minimal S
5353

5454
### Install with CocoaPods
5555

56-
In your project's Podfile, add: `pod 'StreamChatSwiftUI', '~> 4.5.3'`. It should look similar to the snippet below.
56+
In your project's Podfile, add: `pod 'StreamChatSwiftUI', '~> 4.6.0'`. It should look similar to the snippet below.
5757

5858
```ruby
5959
target 'MyProject' do
6060
# Comment the next line if you don't want to use dynamic frameworks
6161
use_frameworks!
6262

6363
# Pods for MyProject
64-
pod 'StreamChatSwiftUI', '~> 4.5.3'
64+
pod 'StreamChatSwiftUI', '~> 4.6.0'
6565
end
6666
```
6767

0 commit comments

Comments
 (0)