Skip to content

Commit d9889a5

Browse files
committed
Update ScrollableMenuListExample.swift
1 parent c514ead commit d9889a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/d3-scrollable-menu-list/example/ScrollableMenuListExample.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enum MenuItems: String, IMenuItem {
1919
}
2020

2121
/// Example view to demonstrate ``ScrollableMenuList``
22-
@available(iOS 15.0, macOS 12.0, watchOS 6.0, *)
22+
@available(iOS 15.0, macOS 12.0, watchOS 7.0, *)
2323
public struct ScrollableMenuListExample: View {
2424
let data: [ListModel]
2525

0 commit comments

Comments
 (0)