Skip to content

Commit

Permalink
Bump version (3.0.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Jul 25, 2023
1 parent e653dc6 commit 4a4e7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/swift-package-list/SwiftPackageList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct SwiftPackageList: ParsableCommand {
static var configuration: CommandConfiguration {
return CommandConfiguration(
discussion: "A command-line tool to get all used SPM-dependencies of an Xcode project or workspace.",
version: "3.0.5",
version: "3.0.6",
subcommands: [Scan.self, Generate.self]
)
}
Expand Down

0 comments on commit 4a4e7be

Please sign in to comment.