diff --git a/Cargo.lock b/Cargo.lock index e31d2e1..0f5f2bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "idevice" -version = "0.1.1" +version = "0.1.2" dependencies = [ "env_logger", "log", diff --git a/Cargo.toml b/Cargo.toml index e77d31f..3d2cba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "idevice" description = "A Rust library to interact with services on iOS devices." authors = ["Jackson Coxson"] -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" documentation = "https://docs.rs/idevice"