File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Sources/ElevenLabsComponents Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ You can add ElevenLabsComponents to your project using [Swift Package Manager](h
4343
4444``` swift
4545dependencies: [
46- .package (url : " https://github.com/elevenlabs/components-swift.git" , from : " 0.1.1 " )
46+ .package (url : " https://github.com/elevenlabs/components-swift.git" , from : " 0.1.3 " )
4747]
4848```
4949
Original file line number Diff line number Diff line change 1818@_exported import LiveKit
1919@_exported import SwiftUI
2020
21- public let elevenlabsComponentsVersion = " 0.1.1 "
21+ public let elevenlabsComponentsVersion = " 0.1.3 "
2222
2323public typealias ComponentBuilder < Content: View > = ( ) -> Content
2424public typealias ParticipantComponentBuilder < Content: View > = ( _: Participant ) -> Content
You can’t perform that action at this time.
0 commit comments