From 742def90de3976ef3cfb843c825829efa0effb53 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Wed, 29 Jan 2025 13:43:06 -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 eddb41b..3a76d98 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.11" +version = "0.1.12" edition = "2021" license = "MIT" documentation = "https://docs.rs/idevice"