Bump version

This commit is contained in:
nab138
2025-11-20 21:54:16 -05:00
parent 290c092f82
commit 38776ec21d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -981,7 +981,7 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
[[package]] [[package]]
name = "isideload" name = "isideload"
version = "0.1.17" version = "0.1.18"
dependencies = [ dependencies = [
"hex", "hex",
"idevice", "idevice",

View File

@@ -3,7 +3,7 @@ name = "isideload"
description = "Sideload iOS/iPadOS applications" description = "Sideload iOS/iPadOS applications"
license = "MPL-2.0" license = "MPL-2.0"
authors = ["Nicholas Sharp <nab@nabdev.me>"] authors = ["Nicholas Sharp <nab@nabdev.me>"]
version = "0.1.17" version = "0.1.18"
edition = "2024" edition = "2024"
repository = "https://github.com/nab138/isideload" repository = "https://github.com/nab138/isideload"
documentation = "https://docs.rs/isideload" documentation = "https://docs.rs/isideload"