Skip to content

Commit

Permalink
Align version (1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
majd committed May 22, 2021
1 parent 30ce7f8 commit ee2e54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/IPATool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: "0.9.0",
version: "1.0.0",
subcommands: [Download.self, Search.self])
}
}

0 comments on commit ee2e54a

Please sign in to comment.