From 972f0b2cd0a1a7bdbdd6d604949d771213449bda Mon Sep 17 00:00:00 2001 From: Majd Alfhaily Date: Fri, 11 Jun 2021 23:23:45 +0200 Subject: [PATCH] Align version (1.0.5) --- Source/Commands/IPATool.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Commands/IPATool.swift b/Source/Commands/IPATool.swift index 3ab67ddf..a59f682b 100644 --- a/Source/Commands/IPATool.swift +++ b/Source/Commands/IPATool.swift @@ -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.4", + version: "1.0.5", subcommands: [Download.self, Search.self]) } }