Align version (1.0.3)

This commit is contained in:
Majd Alfhaily 2021-05-25 23:49:32 +02:00
parent a83dcb2849
commit f55e9ac53b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ struct IPATool: ParsableCommand {
static var configuration: CommandConfiguration {
return .init(commandName: "ipatool",
abstract: "A cli tool for interacting with Apple's ipa files.",
version: "1.0.2",
version: "1.0.3",
subcommands: [Download.self, Search.self])
}
}