diff --git a/README.md b/README.md index 87e5db5..11aa7d8 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 a51666c..7f5f419 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]) } }