Skip to content

Commit

Permalink
Update for 4.6.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Jun 9, 2021
1 parent ea0dcaa commit 974387d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: "TwilioVideo",
url: "https://github.com/twilio/twilio-video-ios/releases/download/4.4.0/TwilioVideo.xcframework.zip",
checksum: "6c32b7cfdb88baea80a7587f743db925db68ace0794020bf8bc4d68472c7d6e6"
url: "https://github.com/twilio/twilio-video-ios/releases/download/4.6.0-beta1/TwilioVideo.xcframework.zip",
checksum: "feee2582af2e711ad99f8cd58e67052dc8fa40e8e13e50b5ed9d857ae598c101"
)
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ source 'https://github.com/CocoaPods/Specs'
platform :ios, '9.0'
target 'TARGET_NAME' do
pod 'TwilioVideo', '~> 4.4'
pod 'TwilioVideo', '~> 4.6'
end
```

Expand Down

0 comments on commit 974387d

Please sign in to comment.