From 0c77774313bb148f726b1d31b016a4e739c85f6e Mon Sep 17 00:00:00 2001 From: Liam Nichols Date: Tue, 28 Nov 2023 10:50:56 +0100 Subject: [PATCH] Bump version to 0.1.1 --- Sources/xcstrings-tool/XCStringsTool.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/xcstrings-tool/XCStringsTool.swift b/Sources/xcstrings-tool/XCStringsTool.swift index c654a22..48339f7 100644 --- a/Sources/xcstrings-tool/XCStringsTool.swift +++ b/Sources/xcstrings-tool/XCStringsTool.swift @@ -5,7 +5,7 @@ struct XCStringsTool: ParsableCommand { static var configuration = CommandConfiguration( commandName: "xcstrings-tool", abstract: "Generates Swift code from String Catalogs (.xcstrings files)", - version: "0.1.0", + version: "0.1.1", subcommands: [Generate.self], defaultSubcommand: Generate.self )