Skip to content

Commit 7cec8c6

Browse files
Update chat-swift.md
1 parent b92d959 commit 7cec8c6

File tree

1 file changed

+2
-2
lines changed
  • articles/communication-services/quickstarts/chat/includes

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/chat/includes/chat-swift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ From the command line, go inside the root directory of the `ChatQuickstart` iOS
4343
Open the Podfile, and add the following dependencies to the `ChatQuickstart` target:
4444

4545
```
46-
pod 'AzureCommunicationCommon', '~> 1.0.2'
47-
pod 'AzureCommunicationChat', '~> 1.1.0-beta.2'
46+
pod 'AzureCommunicationCommon', '~> 1.0.3'
47+
pod 'AzureCommunicationChat', '~> 1.1.0'
4848
```
4949

5050
Install the dependencies with the following command: `pod install`. Note that this also creates an Xcode workspace.

0 commit comments

Comments
 (0)