From 761cb0641826ee737fd1a2b6bb33efc58633c4a9 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Mon, 17 Nov 2025 12:55:30 -0700 Subject: [PATCH] Bump version --- idevice/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index f1ae483..5eca357 100644 --- a/idevice/Cargo.toml +++ b/idevice/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.48" +version = "0.1.49" edition = "2024" license = "MIT" documentation = "https://docs.rs/idevice"