Align version (1.0.3)
This commit is contained in:
parent
a83dcb2849
commit
f55e9ac53b
|
@ -11,7 +11,7 @@ struct IPATool: ParsableCommand {
|
||||||
static var configuration: CommandConfiguration {
|
static var configuration: CommandConfiguration {
|
||||||
return .init(commandName: "ipatool",
|
return .init(commandName: "ipatool",
|
||||||
abstract: "A cli tool for interacting with Apple's ipa files.",
|
abstract: "A cli tool for interacting with Apple's ipa files.",
|
||||||
version: "1.0.2",
|
version: "1.0.3",
|
||||||
subcommands: [Download.self, Search.self])
|
subcommands: [Download.self, Search.self])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue