Bump version

This commit is contained in:
Jackson Coxson
2025-01-09 18:30:36 -08:00
parent 1c22b1ed59
commit 9a59124d39
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -160,7 +160,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]] [[package]]
name = "idevice" name = "idevice"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"env_logger", "env_logger",
"log", "log",

View File

@@ -2,7 +2,7 @@
name = "idevice" name = "idevice"
description = "A Rust library to interact with services on iOS devices." description = "A Rust library to interact with services on iOS devices."
authors = ["Jackson Coxson"] authors = ["Jackson Coxson"]
version = "0.1.1" version = "0.1.2"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
documentation = "https://docs.rs/idevice" documentation = "https://docs.rs/idevice"