Skip to content

Commit

Permalink
bump watchos version requirement for the suggestion row
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavFitz committed Jun 8, 2023
1 parent 49aefdc commit df11be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/InstantSearchSwiftUI/View/SuggestionRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import SwiftUI

/// A view presenting a search query suggestion
@available(iOS 13.0, OSX 11.0, tvOS 13.0, watchOS 6.0, *)
@available(iOS 13.0, OSX 11.0, tvOS 13.0, watchOS 8.0, *)
public struct SuggestionRow: View {
/// Suggestion
public let suggestion: QuerySuggestion
Expand Down

0 comments on commit df11be4

Please sign in to comment.