From 412180a72b9a1f8262213c16459e3533b0385ea5 Mon Sep 17 00:00:00 2001 From: Felix Herrmann Date: Sun, 10 Dec 2023 23:42:24 +0100 Subject: [PATCH] Bump version (3.1.0) --- 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 f6ea112..405682f 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.10", + version: "3.1.0", subcommands: [Scan.self, Generate.self] ) }