Skip to content

Commit d3a5de0

Browse files
authored
Update min os version (#32)
1 parent 2167a81 commit d3a5de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "Storybook",
66
platforms: [
7-
.iOS(.v12)
7+
.iOS(.v13)
88
],
99
products: [
1010
.library(name: "StorybookKit", targets: ["StorybookKit"]),

0 commit comments

Comments
 (0)