Skip to content

Commit

Permalink
Update dependencies and bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Panhans <[email protected]>
  • Loading branch information
henrik-dmg committed Sep 21, 2023
1 parent d24a3ff commit f4cb89f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "9f39744e025c7d377987f30b03770805dcb0bcd1",
"version": "1.1.4"
"revision": "8f4d2753f0e4778c76d5f05ad16c74f707390531",
"version": "1.2.3"
}
},
{
"package": "Yams",
"repositoryURL": "https://github.com/jpsim/Yams.git",
"state": {
"branch": null,
"revision": "01835dc202670b5bb90d07f3eae41867e9ed29f6",
"version": "5.0.1"
"revision": "0d9ee7ea8c4ebd4a489ad7a73d5c6cad55d6fed3",
"version": "5.0.6"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftFrame/SwiftFrame.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct SwiftFrame: ParsableCommand {
static let configuration = CommandConfiguration(
commandName: "swiftframe",
abstract: "CLI application for speedy screenshot framing",
version: "5.0.1",
version: "5.0.2",
subcommands: [Render.self, Scaffold.self],
defaultSubcommand: Render.self,
helpNames: .shortAndLong
Expand Down

0 comments on commit f4cb89f

Please sign in to comment.