diff --git a/Cargo.lock b/Cargo.lock index bf5d6f9..ca8a370 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1151,7 +1151,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "swift_file" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 49c231f..a7c183e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Mateo Radman "] name = "swift_file" -version = "0.1.8" +version = "0.1.9" edition = "2021" description = "Send or receive files between devices using Wi-Fi network" license = "MIT"