Skip to content

Commit 7c824db

Browse files
authored
Merge pull request #194849 from LuChen-Microsoft/patch-1
Update ACS Chat Quickstart after iOS 1.1.0 Release
2 parents 51fdaca + 7cec8c6 commit 7c824db

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)