Skip to content

Commit

Permalink
Release: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Magic-Unique committed Dec 6, 2019
1 parent 0ac2dbf commit c912b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPASigner/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
int main(int argc, const char * argv[]) {
@autoreleasepool {
CLCommand.mainCommand.explain = @"An signer tools for ipa file.";
CLCommand.mainCommand.version = @"1.0.0";
CLCommand.mainCommand.version = @"1.1.0";
CLCommand.parametersSortType = CLSortTypeByAddingQueue;
CLMakeSubcommand(IPASigner, __init_);
return [CLCommand process];
Expand Down

0 comments on commit c912b7a

Please sign in to comment.