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