Skip to content

Commit

Permalink
Update for 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Jan 5, 2023
1 parent de45cda commit f5e46b3
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/5.4.0/TwilioVideo.xcframework.zip",
checksum: "2b773f6fa7074d175c9557ce7763ce75938a9f3abddd05bedf742049e3ab86d7"
url: "https://github.com/twilio/twilio-video-ios/releases/download/5.5.0/TwilioVideo.xcframework.zip",
checksum: "5d6cd0f91a4d0161e7068a65cf0a103a2d18ad529f1bf5a7ff8b13c9186857ad"
),
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source 'https://github.com/CocoaPods/Specs'
platform :ios, '12.2'
target 'TARGET_NAME' do
pod 'TwilioVideo', '~> 5.4'
pod 'TwilioVideo', '~> 5.5'
end
```

Expand Down

0 comments on commit f5e46b3

Please sign in to comment.