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 )