Bump version to v0.7.1

This commit is contained in:
github-actions[bot] 2025-06-22 08:51:55 +00:00
parent 4b7df92fd5
commit 3ac0b5a620
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2891,7 +2891,7 @@ dependencies = [
[[package]] [[package]]
name = "spotify-dl" name = "spotify-dl"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "spotify-dl" name = "spotify-dl"
version = "0.7.0" version = "0.7.1"
authors = ["Guillem Castro <guillemcastro4@gmail.com>"] authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
edition = "2021" edition = "2021"
readme = "README.md" readme = "README.md"