Skip to content
This repository was archived by the owner on Jan 18, 2020. It is now read-only.

Commit ffa2817

Browse files
Use Voice iOS 3.0.0-beta8 (#150)
1 parent e56e868 commit ffa2817

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "twilio/twilio-voice-ios" "3.0.0-beta7"
1+
github "twilio/twilio-voice-ios" "3.0.0-beta8"
22

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33
workspace 'ObjCVoiceQuickstart'
44

55
abstract_target 'TwilioVoice' do
6-
pod 'TwilioVoice', '3.0.0-beta7'
6+
pod 'TwilioVoice', '3.0.0-beta8'
77

88
target 'ObjCVoiceQuickstart' do
99
platform :ios, '10.0'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ Please ensure that after deleting the Push Credential you remove or replace the
687687
You can find more documentation on getting started as well as our latest AppleDoc below:
688688

689689
* [Getting Started](https://www.twilio.com/docs/api/voice-sdk/ios/getting-started)
690-
* [AppleDoc](https://media.twiliocdn.com/sdk/ios/voice/releases/3.0.0-beta7/docs)
690+
* [AppleDoc](https://media.twiliocdn.com/sdk/ios/voice/releases/3.0.0-beta8/docs)
691691

692692

693693
## Twilio Helper Libraries

0 commit comments

Comments
 (0)