Skip to content

Commit af58685

Browse files
committed
v0.1.2
1 parent a38f959 commit af58685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LiveKitComponents/Components.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import LiveKit
1818
import SwiftUI
1919

20-
public let liveKitComponentsVersion = "0.1.1"
20+
public let liveKitComponentsVersion = "0.1.2"
2121

2222
public typealias ComponentBuilder<Content: View> = () -> Content
2323
public typealias ParticipantComponentBuilder<Content: View> = (_: Participant) -> Content

0 commit comments

Comments
 (0)