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"