From 312a95b18749420d1771073bb17815b6ec265f57 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Sun, 26 Jan 2025 11:34:54 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8debd25..0ce83e5 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.8" +version = "0.1.9" edition = "2021" license = "MIT" documentation = "https://docs.rs/idevice"