Version bump

This commit is contained in:
Andrew Radev 2020-08-31 17:23:22 +03:00
parent b818a59424
commit ecd7c9fd2e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "id3-image"
version = "0.1.2"
version = "0.1.3"
authors = ["Andrew Radev <andrey.radev@gmail.com>"]
edition = "2018"
description = "A tool to embed images into mp3 files"