Skip to content

Commit b7c4664

Browse files
Merge pull request #225219 from BrianMouncer/BrianMouncer-pr/1.25.0_updates
1.25.0 docs updates.
2 parents f11e68b + e8dd289 commit b7c4664

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/objectivec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
3434
use_frameworks!
3535
3636
target 'AppName' do
37-
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.24.0'
37+
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.25.0'
3838
end
3939
```
4040
1. Run `pod install` to install the Speech SDK.
@@ -64,7 +64,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
6464
use_frameworks!
6565
6666
target 'AppName' do
67-
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.24.0'
67+
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.25.0'
6868
end
6969
```
7070
1. Run `pod install` to install the Speech SDK.

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/swift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
3434
use_frameworks!
3535
3636
target 'AppName' do
37-
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.24.0'
37+
pod 'MicrosoftCognitiveServicesSpeech-macOS', '~> 1.25.0'
3838
end
3939
```
4040
1. Run `pod install` to install the Speech SDK.
@@ -65,7 +65,7 @@ The macOS CocoaPod package is available for download and use with the [Xcode 9.4
6565
use_frameworks!
6666
6767
target 'AppName' do
68-
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.24.0'
68+
pod 'MicrosoftCognitiveServicesSpeech-iOS', '~> 1.25.0'
6969
end
7070
```
7171
1. Run `pod install` to install the Speech SDK.

0 commit comments

Comments
 (0)