diff --git a/sdk/ios/overview.mdx b/sdk/ios/overview.mdx
index 669da752..3976f93c 100644
--- a/sdk/ios/overview.mdx
+++ b/sdk/ios/overview.mdx
@@ -75,7 +75,7 @@ platform :ios, '12.0'
use_frameworks!
target 'YourApp' do
- pod 'CometChatSDK', '4.0.69'
+ pod 'CometChatSDK', '4.0.71'
end
```
diff --git a/sdk/ios/setup.mdx b/sdk/ios/setup.mdx
index 0f3b94ae..cb205968 100644
--- a/sdk/ios/setup.mdx
+++ b/sdk/ios/setup.mdx
@@ -53,7 +53,7 @@ platform :ios, '11.0'
use_frameworks!
target 'MyApp' do
- pod 'CometChatSDK', '4.0.69'
+ pod 'CometChatSDK', '4.0.71'
end
```
@@ -96,7 +96,7 @@ To install **Swift Packages** you can use Xcode package manager\*\*.\*\*
-3. Once the pop-up appears, enter the github repository address in the search bar [`https://github.com/cometchat/chat-sdk-ios.git`](https://github.com/cometchat/chat-sdk-ios.git) and set dependency rule to `Up to Next Major Version` and set version as `4.0.69` . Then click on the **Add Package** button.
+3. Once the pop-up appears, enter the github repository address in the search bar [`https://github.com/cometchat/chat-sdk-ios.git`](https://github.com/cometchat/chat-sdk-ios.git) and set dependency rule to `Up to Next Major Version` and set version as `4.0.71` . Then click on the **Add Package** button.
diff --git a/ui-kit/ios/getting-started.mdx b/ui-kit/ios/getting-started.mdx
index 4599c5ac..f4759bf5 100644
--- a/ui-kit/ios/getting-started.mdx
+++ b/ui-kit/ios/getting-started.mdx
@@ -177,7 +177,7 @@ https://github.com/cometchat/cometchat-uikit-ios
Exact Version:
```
- 4.0.69
+ 4.0.71
```