change version

This commit is contained in:
Niklas 2024-01-17 13:35:08 +01:00
parent de64ad6b6d
commit 74a334f464
2 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View file

@ -2010,7 +2010,7 @@ dependencies = [
[[package]]
name = "spotify-dl"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"audiotags",
"flac-bound",

View file

@ -1,8 +1,10 @@
[package]
name = "spotify-dl"
version = "0.1.1"
authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
edition = "2018"
version = "0.1.2"
authors = ["Guillem Castro <guillemcastro4@gmail.com>", "Schreifuchs <kontakt@schreifuchs.ch>"]
edition = "2021"
readme = "README.md"
licence = "MIT"
#links = "FLAC"
[dependencies]