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