From f55e9ac53b6c95b53d87b05ac9674902bc77695c Mon Sep 17 00:00:00 2001 From: Majd Alfhaily Date: Tue, 25 May 2021 23:49:32 +0200 Subject: [PATCH] Align version (1.0.3) --- 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 706be34..c031e56 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.2", + version: "1.0.3", subcommands: [Download.self, Search.self]) } }