Skip to content

Commit

Permalink
swift-argument-parser 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Mar 15, 2022
1 parent 5fc1d7d commit ced5625
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "e394bf350e38cb100b6bc4172834770ede1b7232",
"version": "1.0.3"
"revision": "554e7659eb5b4dff97158d531aabecf11d546e2d",
"version": "1.1.0"
}
}
]
Expand Down
9 changes: 5 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ let package = Package(
name: "SwiftPackageList",
defaultLocalization: "en",
platforms: [
.macOS(.v10_10),
.iOS(.v9),
.tvOS(.v9),
.watchOS(.v2)
.macOS(.v10_15),
.macCatalyst(.v13),
.iOS(.v13),
.tvOS(.v13),
.watchOS(.v6),
],
products: [
.executable(name: "swift-package-list", targets: ["SwiftPackageListCommand"]),
Expand Down

0 comments on commit ced5625

Please sign in to comment.