diff --git a/Cargo.lock b/Cargo.lock index a7e5ccf..4ed4af3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,7 +232,7 @@ dependencies = [ [[package]] name = "id3-image" -version = "0.1.2" +version = "0.1.3" dependencies = [ "id3 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.23.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7fe8109..48cc25d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "id3-image" -version = "0.1.2" +version = "0.1.3" authors = ["Andrew Radev "] edition = "2018" description = "A tool to embed images into mp3 files"