Skip to content

Commit 1f3a5ef

Browse files
authored
v0.1.4 (#24)
1 parent ff32b9b commit 1f3a5ef

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
@_exported import LiveKit
1818
@_exported import SwiftUI
1919

20-
public let liveKitComponentsVersion = "0.1.3"
20+
public let liveKitComponentsVersion = "0.1.4"
2121

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

0 commit comments

Comments
 (0)