From ecd7c9fd2e03b80611d580698e60d5091c6ae685 Mon Sep 17 00:00:00 2001 From: Andrew Radev Date: Mon, 31 Aug 2020 17:23:22 +0300 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"