Skip to content

Commit f756f36

Browse files
authored
v0.1.5 (#28)
1 parent 89b3a87 commit f756f36

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.4"
20+
public let liveKitComponentsVersion = "0.1.5"
2121

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

0 commit comments

Comments
 (0)