Skip to content

Commit

Permalink
Bump version (3.0.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Oct 30, 2023
1 parent c4ec56f commit cc8ed9e
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.9",
version: "3.0.10",
subcommands: [Scan.self, Generate.self]
)
}
Expand Down

0 comments on commit cc8ed9e

Please sign in to comment.