Skip to content

Commit 8376284

Browse files
authored
v0.1.3 (#22)
1 parent 15a8022 commit 8376284

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

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

0 commit comments

Comments
 (0)