diff --git a/Cargo.lock b/Cargo.lock index 0b1cec4..997cb4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1995,7 +1995,7 @@ dependencies = [ [[package]] name = "spotify-dl" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0e6aa37..8fd3b40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotify-dl" -version = "0.2.1" +version = "0.3.0" authors = ["Guillem Castro "] edition = "2021" readme = "README.md"