diff --git a/Cargo.lock b/Cargo.lock index 9fab48a..5e48469 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -300,7 +300,7 @@ dependencies = [ [[package]] name = "id3-image" -version = "0.1.1" +version = "0.1.2" dependencies = [ "id3 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2a023d3..fea1d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "id3-image" -version = "0.1.1" +version = "0.1.2" authors = ["Andrew Radev "] edition = "2018" description = "A tool to embed images into mp3 files"