From 84df38bd0b7f218bc3734ef68ac5193646727967 Mon Sep 17 00:00:00 2001 From: Serial Date: Wed, 19 May 2021 15:33:05 -0400 Subject: [PATCH] 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b881c8c..55e59727 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41" [[package]] name = "lofty" -version = "0.1.3" +version = "0.2.0" dependencies = [ "ape", "base64", diff --git a/Cargo.toml b/Cargo.toml index 7b661652..271c433a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lofty" -version = "0.1.3" +version = "0.2.0" authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>", "Tianyi "] edition = "2018" license = "MIT OR Apache-2.0"