Skip to content

Commit ed7c38e

Browse files
Merge branch 'develop' into ci/spi
2 parents 6c72b2e + b3034b9 commit ed7c38e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.41")
26+
.package(url: "https://github.com/GetStream/stream-video-swift-webrtc.git", exact: "137.0.42")
2727
],
2828
targets: [
2929
.target(

Sources/StreamVideo/Generated/SystemEnvironment+Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ extension SystemEnvironment {
99
/// A Stream Video version.
1010
public static let version: String = "1.35.0-SNAPSHOT"
1111
/// The WebRTC version.
12-
public static let webRTCVersion: String = "137.0.41"
12+
public static let webRTCVersion: String = "137.0.42"
1313
}

StreamVideo-XCFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |spec|
2424

2525
spec.prepare_command = <<-CMD
2626
mkdir -p Frameworks/
27-
curl -sL "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.41/StreamWebRTC.xcframework.zip" -o Frameworks/StreamWebRTC.zip
27+
curl -sL "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.42/StreamWebRTC.xcframework.zip" -o Frameworks/StreamWebRTC.zip
2828
unzip -o Frameworks/StreamWebRTC.zip -d Frameworks/
2929
rm Frameworks/StreamWebRTC.zip
3030
CMD

StreamVideo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Pod::Spec.new do |spec|
2525

2626
spec.prepare_command = <<-CMD
2727
mkdir -p Frameworks/
28-
curl -sL "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.41/StreamWebRTC.xcframework.zip" -o Frameworks/StreamWebRTC.zip
28+
curl -sL "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.42/StreamWebRTC.xcframework.zip" -o Frameworks/StreamWebRTC.zip
2929
unzip -o Frameworks/StreamWebRTC.zip -d Frameworks/
3030
rm Frameworks/StreamWebRTC.zip
3131
CMD

StreamVideo.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11364,7 +11364,7 @@
1136411364
repositoryURL = "https://github.com/GetStream/stream-video-swift-webrtc";
1136511365
requirement = {
1136611366
kind = exactVersion;
11367-
version = 137.0.41;
11367+
version = 137.0.42;
1136811368
};
1136911369
};
1137011370
8423B7542950BB0A00012F8D /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {

0 commit comments

Comments
 (0)