We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff32b9b commit 1f3a5efCopy full SHA for 1f3a5ef
Sources/LiveKitComponents/Components.swift
@@ -17,7 +17,7 @@
17
@_exported import LiveKit
18
@_exported import SwiftUI
19
20
-public let liveKitComponentsVersion = "0.1.3"
+public let liveKitComponentsVersion = "0.1.4"
21
22
public typealias ComponentBuilder<Content: View> = () -> Content
23
public typealias ParticipantComponentBuilder<Content: View> = (_: Participant) -> Content
0 commit comments