diff --git a/Cargo.lock b/Cargo.lock index 28aa932..dc06d46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "id3-image" -version = "0.1.0" +version = "0.1.1" dependencies = [ "id3 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 29af644..dcb32b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "id3-image" -version = "0.1.0" +version = "0.1.1" authors = ["Andrew Radev "] edition = "2018" description = "A tool to embed images into mp3 files"