Skip to content

Commit

Permalink
Bump to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Sep 5, 2024
1 parent e6a8a26 commit d609e81
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.0.1"
public let liveKitComponentsVersion = "0.1.0"

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

0 comments on commit d609e81

Please sign in to comment.