From e84586961b47512ef6511080135be80a6052e74a Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Sun, 27 Jun 2021 14:50:27 -0400 Subject: [PATCH] Bump version Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f264790b..02e0f70e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -314,7 +314,7 @@ checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41" [[package]] name = "lofty" -version = "0.2.0" +version = "0.3.0" dependencies = [ "ape", "base64", diff --git a/Cargo.toml b/Cargo.toml index cb9e410a..8cc4f036 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lofty" -version = "0.2.0" +version = "0.3.0" authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>", "Tianyi "] edition = "2018" license = "MIT OR Apache-2.0"