Skip to content

Commit

Permalink
Update dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-dmg committed Sep 30, 2022
1 parent 59270c1 commit d24a3ff
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": "e1465042f195f374b94f915ba8ca49de24300a0d",
"version": "1.0.2"
"revision": "9f39744e025c7d377987f30b03770805dcb0bcd1",
"version": "1.1.4"
}
},
{
"package": "Yams",
"repositoryURL": "https://github.com/jpsim/Yams.git",
"state": {
"branch": null,
"revision": "00c403debcd0a007b854bb35e598466207a2d58c",
"version": "5.0.0"
"revision": "01835dc202670b5bb90d07f3eae41867e9ed29f6",
"version": "5.0.1"
}
}
]
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.0",
version: "5.0.1",
subcommands: [Render.self, Scaffold.self],
defaultSubcommand: Render.self,
helpNames: .shortAndLong
Expand Down

0 comments on commit d24a3ff

Please sign in to comment.