Skip to content

Commit 1f00b26

Browse files
committed
fix: bump version 0.1.3
1 parent fac1305 commit 1f00b26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can add ElevenLabsComponents to your project using [Swift Package Manager](h
4343

4444
```swift
4545
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")
4747
]
4848
```
4949

Sources/ElevenLabsComponents/Components.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@_exported import LiveKit
1919
@_exported import SwiftUI
2020

21-
public let elevenlabsComponentsVersion = "0.1.1"
21+
public let elevenlabsComponentsVersion = "0.1.3"
2222

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

0 commit comments

Comments
 (0)