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 a38f959 commit af58685Copy full SHA for af58685
Sources/LiveKitComponents/Components.swift
@@ -17,7 +17,7 @@
17
import LiveKit
18
import SwiftUI
19
20
-public let liveKitComponentsVersion = "0.1.1"
+public let liveKitComponentsVersion = "0.1.2"
21
22
public typealias ComponentBuilder<Content: View> = () -> Content
23
public typealias ParticipantComponentBuilder<Content: View> = (_: Participant) -> Content
0 commit comments