diff --git a/Cargo.lock b/Cargo.lock index 90405b2..d1c4a96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2891,7 +2891,7 @@ dependencies = [ [[package]] name = "spotify-dl" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c3f4345..96df83e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotify-dl" -version = "0.7.0" +version = "0.7.1" authors = ["Guillem Castro "] edition = "2021" readme = "README.md"