From 168d165fa9994639872feb93dc3e3cdb348b4f0e Mon Sep 17 00:00:00 2001 From: Felix Herrmann Date: Thu, 8 Jun 2023 01:45:00 +0200 Subject: [PATCH] Bump version (3.0.3) --- 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 248ad0c..22c8ff2 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.2", + version: "3.0.3", subcommands: [Scan.self, Generate.self] ) }