Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Nov 15, 2024
1 parent acb1b72 commit f640b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LiveKitComponents/Components.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import LiveKit
import SwiftUI

public let liveKitComponentsVersion = "0.1.0"
public let liveKitComponentsVersion = "0.1.1"

public typealias ComponentBuilder<Content: View> = () -> Content
public typealias ParticipantComponentBuilder<Content: View> = (_: Participant) -> Content
Expand Down

0 comments on commit f640b51

Please sign in to comment.