Align version (1.0.1)

This commit is contained in:
Majd Alfhaily 2021-05-23 11:06:59 +02:00
parent 8cfd902bbf
commit a3e483830f
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# IPATool # 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) ![Swift](https://img.shields.io/badge/Swift-5.x-green.svg)
![macOS](https://img.shields.io/badge/macOS-10.11%2B-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) [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/majd/ipatool/blob/main/LICENSE)

View File

@ -11,7 +11,7 @@ struct IPATool: ParsableCommand {
static var configuration: CommandConfiguration { static var configuration: CommandConfiguration {
return .init(commandName: "ipatool", return .init(commandName: "ipatool",
abstract: "A cli tool for interacting with Apple's ipa files.", abstract: "A cli tool for interacting with Apple's ipa files.",
version: "1.0.0", version: "1.0.1",
subcommands: [Download.self, Search.self]) subcommands: [Download.self, Search.self])
} }
} }