From f0922b303ec04d5afa53c248eadbadac7f8602f1 Mon Sep 17 00:00:00 2001 From: Majd Alfhaily Date: Sun, 27 Jun 2021 12:48:15 +0200 Subject: [PATCH] Align version (1.0.6) --- 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 a59f682b..4ba1b184 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.5", + version: "1.0.6", subcommands: [Download.self, Search.self]) } }