Skip to content

Commit d609e81

Browse files
committed
Bump to v0.1.0
1 parent e6a8a26 commit d609e81

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

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

0 commit comments

Comments
 (0)