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