Skip to content

Commit

Permalink
Update for 6.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Oct 2, 2023
1 parent 9d7bae2 commit fe2f6b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "TwilioVoice",
url: "https://github.com/twilio/twilio-voice-ios/releases/download/6.9.0/TwilioVoice.xcframework.zip",
checksum: "cbf301343afd5fafa80c3d7abeb4b0ddb933266dce36cf322644a620f989a277"
url: "https://github.com/twilio/twilio-voice-ios/releases/download/6.9.1/TwilioVoice.xcframework.zip",
checksum: "6a4f677228de99f676146c0ba62a0e88a219b0ed531c6a34032c9709fa13ebb3"
)
]
)
3 changes: 2 additions & 1 deletion twilio-voice-ios.json
Expand Up @@ -45,5 +45,6 @@
"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.9.0": "https://github.com/twilio/twilio-voice-ios/releases/download/6.9.0/TwilioVoice.xcframework.zip"
"6.9.0": "https://github.com/twilio/twilio-voice-ios/releases/download/6.9.0/TwilioVoice.xcframework.zip",
"6.9.1": "https://github.com/twilio/twilio-voice-ios/releases/download/6.9.1/TwilioVoice.xcframework.zip"
}

0 comments on commit fe2f6b8

Please sign in to comment.