Skip to content

Commit

Permalink
Update for 6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Sep 5, 2023
1 parent 5626752 commit 9d7bae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "TwilioVoice",
url: "https://github.com/twilio/twilio-voice-ios/releases/download/6.8.1/TwilioVoice.xcframework.zip",
checksum: "67c1fea7aef9d9ed3e57f300eb05b682564011d1430c39cd77dc93fde5ad25a8"
url: "https://github.com/twilio/twilio-voice-ios/releases/download/6.9.0/TwilioVoice.xcframework.zip",
checksum: "cbf301343afd5fafa80c3d7abeb4b0ddb933266dce36cf322644a620f989a277"
)
]
)
3 changes: 2 additions & 1 deletion twilio-voice-ios.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"6.5.2": "https://github.com/twilio/twilio-voice-ios/releases/download/6.5.2/TwilioVoice.xcframework.zip",
"6.7.0": "https://github.com/twilio/twilio-voice-ios/releases/download/6.7.0/TwilioVoice.xcframework.zip",
"6.8.0": "https://github.com/twilio/twilio-voice-ios/releases/download/6.8.0/TwilioVoice.xcframework.zip",
"6.8.1": "https://github.com/twilio/twilio-voice-ios/releases/download/6.8.1/TwilioVoice.xcframework.zip"
"6.8.1": "https://github.com/twilio/twilio-voice-ios/releases/download/6.8.1/TwilioVoice.xcframework.zip",
"6.9.0": "https://github.com/twilio/twilio-voice-ios/releases/download/6.9.0/TwilioVoice.xcframework.zip"
}

0 comments on commit 9d7bae2

Please sign in to comment.