From 94fc3a6d47ca313d73b13fc186b8d86ace735357 Mon Sep 17 00:00:00 2001 From: Majd Alfhaily Date: Sun, 23 May 2021 11:06:59 +0200 Subject: [PATCH] Align version (1.0.1) --- README.md | 1 + Source/Commands/IPATool.swift | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd0e3bfe..ef100dc0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # IPATool +[![Release](https://img.shields.io/github/release/majd/ipatool.svg)](https://GitHub.com/majd/ipatool/releases/) ![Swift](https://img.shields.io/badge/Swift-5.x-green.svg) ![macOS](https://img.shields.io/badge/macOS-10.11%2B-green.svg) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/majd/ipatool/blob/main/LICENSE) diff --git a/Source/Commands/IPATool.swift b/Source/Commands/IPATool.swift index a51666c1..7f5f4190 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.0", + version: "1.0.1", subcommands: [Download.self, Search.self]) } }