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