From 8fdd0f71f5ed099ff9200a2fdb8090efcf3fa7a1 Mon Sep 17 00:00:00 2001 From: Andrew Radev Date: Sun, 24 Feb 2019 17:52:27 +0200 Subject: [PATCH] Version bump To push the documentation link to crates.io, mostly. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"