Skip to content

Commit

Permalink
Update for 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Apr 1, 2021
1 parent b302c26 commit 6d50387
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.3.0/TwilioVideo.xcframework.zip",
checksum: "7df26962f67247e517f5c58030c0608c2a1c070a1a78e3adb6df248948e23e11"
url: "https://github.com/twilio/twilio-video-ios/releases/download/4.4.0/TwilioVideo.xcframework.zip",
checksum: "6c32b7cfdb88baea80a7587f743db925db68ace0794020bf8bc4d68472c7d6e6"
)
]
)
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.3'
pod 'TwilioVideo', '~> 4.4'
end
```

Expand Down

0 comments on commit 6d50387

Please sign in to comment.