From cc8ed9e466a3d585d60b28296df581e5abece82a Mon Sep 17 00:00:00 2001 From: Felix Herrmann Date: Mon, 30 Oct 2023 20:10:23 +0100 Subject: [PATCH] Bump version (3.0.10) --- Sources/swift-package-list/SwiftPackageList.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/swift-package-list/SwiftPackageList.swift b/Sources/swift-package-list/SwiftPackageList.swift index aec0601..f6ea112 100644 --- a/Sources/swift-package-list/SwiftPackageList.swift +++ b/Sources/swift-package-list/SwiftPackageList.swift @@ -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] ) }