Skip to content

Commit

Permalink
Bump version (3.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Dec 10, 2023
1 parent 7498b2d commit 412180a
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.10",
version: "3.1.0",
subcommands: [Scan.self, Generate.self]
)
}
Expand Down

0 comments on commit 412180a

Please sign in to comment.