diff --git a/Cargo.lock b/Cargo.lock index 30f3bf8..c9cc845 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "imge" -version = "0.2.0" +version = "0.2.1" dependencies = [ "argh", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index e089f17..a8061b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imge" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Write disk images to physical drive or vice versa." readme = "README.md"