From 888dad05feafe2982e12c039c1b075e205f615ab Mon Sep 17 00:00:00 2001 From: Liam Nichols Date: Sun, 1 Oct 2023 15:49:30 +0200 Subject: [PATCH] Bump version to 0.1.0 --- 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 a5abae9..c654a22 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.0.2", + version: "0.1.0", subcommands: [Generate.self], defaultSubcommand: Generate.self )