Skip to content

Commit 3a6689b

Browse files
authored
Merge pull request #198389 from LuChen-Microsoft/master
Update chat-swift.md
2 parents 01d70d7 + d023ee7 commit 3a6689b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Open the Podfile, and add the following dependencies to the `ChatQuickstart` tar
4444

4545
```
4646
pod 'AzureCommunicationCommon', '~> 1.0.3'
47-
pod 'AzureCommunicationChat', '~> 1.1.0'
47+
pod 'AzureCommunicationChat', '~> 1.2.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)