diff --git a/LiveKitClient.podspec b/LiveKitClient.podspec index 26207fbf5..496a21f6e 100644 --- a/LiveKitClient.podspec +++ b/LiveKitClient.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |spec| spec.source_files = "Sources/**/*" - spec.dependency("LiveKitWebRTC", "= 125.6422.07") + spec.dependency("LiveKitWebRTC", "= 125.6422.10") spec.dependency("SwiftProtobuf") spec.dependency("Logging") diff --git a/Package.swift b/Package.swift index c669b4f7e..e2d978f47 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( ], dependencies: [ // LK-Prefixed Dynamic WebRTC XCFramework - .package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.09"), + .package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.10"), .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"), // Only used for DocC generation diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index f2bc1c430..28a4a572d 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -20,7 +20,7 @@ let package = Package( ], dependencies: [ // LK-Prefixed Dynamic WebRTC XCFramework - .package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.09"), + .package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.10"), .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"), // Only used for DocC generation