From afafa362638acb11b9349d9bcff544b2b02abc23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 May 2024 18:02:59 +0000 Subject: [PATCH] Bump version to v0.5.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3e53a3..cd7ce1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2064,7 +2064,7 @@ dependencies = [ [[package]] name = "spotify-dl" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 122b140..394a95a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotify-dl" -version = "0.5.3" +version = "0.5.4" authors = ["Guillem Castro "] edition = "2021" readme = "README.md"