From b9eb4622167cbbcae24398e2b3ec8672f0f4055f Mon Sep 17 00:00:00 2001 From: Felix Herrmann Date: Tue, 15 Mar 2022 15:25:09 +0100 Subject: [PATCH] bumped version (1.4.1) --- Sources/SwiftPackageListCommand/SwiftPackageListCommand.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SwiftPackageListCommand/SwiftPackageListCommand.swift b/Sources/SwiftPackageListCommand/SwiftPackageListCommand.swift index 77a48a3..f69b087 100644 --- a/Sources/SwiftPackageListCommand/SwiftPackageListCommand.swift +++ b/Sources/SwiftPackageListCommand/SwiftPackageListCommand.swift @@ -16,7 +16,7 @@ import SwiftPackageList struct SwiftPackageListCommand: ParsableCommand { static var configuration: CommandConfiguration { - return CommandConfiguration(version: "1.4.0") + return CommandConfiguration(version: "1.4.1") } @Argument(help: "The path to your .xcodeproj or .xcworkspace file.")