From c35560a0c4b0a50475b76044364389a63024ef22 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Thu, 9 Jan 2025 18:34:39 -0800 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f5f2bd..0173d41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "idevice" -version = "0.1.2" +version = "0.1.3" dependencies = [ "env_logger", "log", diff --git a/Cargo.toml b/Cargo.toml index 3d2cba5..c666d16 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.2" +version = "0.1.3" edition = "2021" license = "MIT" documentation = "https://docs.rs/idevice"