Skip to content

Commit e2b021e

Browse files
committed
Update webrtc version to 137.0.45
1 parent 13ded06 commit e2b021e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
],
2424
dependencies: [
2525
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.30.0"),
26-
.package(url: "https://github.com/GetStream/stream-video-swift-webrtc.git", exact: "137.0.44")
26+
.package(url: "https://github.com/GetStream/stream-video-swift-webrtc.git", exact: "137.0.45")
2727
],
2828
targets: [
2929
.target(

StreamVideo.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11480,7 +11480,7 @@
1148011480
repositoryURL = "https://github.com/GetStream/stream-video-swift-webrtc.git";
1148111481
requirement = {
1148211482
kind = exactVersion;
11483-
version = 137.0.44;
11483+
version = 137.0.45;
1148411484
};
1148511485
};
1148611486
40F445C32A9E1D91004BE3DA /* XCRemoteSwiftPackageReference "stream-chat-swift-test-helpers" */ = {

0 commit comments

Comments
 (0)