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
43
43
44
44
``` swift
45
45
dependencies: [
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 " )
47
47
]
48
48
```
49
49
Original file line number Diff line number Diff line change 18
18
@_exported import LiveKit
19
19
@_exported import SwiftUI
20
20
21
- public let elevenlabsComponentsVersion = " 0.1.1 "
21
+ public let elevenlabsComponentsVersion = " 0.1.3 "
22
22
23
23
public typealias ComponentBuilder < Content: View > = ( ) -> Content
24
24
public typealias ParticipantComponentBuilder < Content: View > = ( _: Participant ) -> Content
You can’t perform that action at this time.
0 commit comments