From 74a334f464fd65f78700f278b26e58d013ac84f6 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 17 Jan 2024 13:35:08 +0100 Subject: [PATCH] change version --- Cargo.lock | 2 +- Cargo.toml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71214af..c466038 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2010,7 +2010,7 @@ dependencies = [ [[package]] name = "spotify-dl" -version = "0.1.1" +version = "0.1.2" dependencies = [ "audiotags", "flac-bound", diff --git a/Cargo.toml b/Cargo.toml index 3f04ec7..f56864a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "spotify-dl" -version = "0.1.1" -authors = ["Guillem Castro "] -edition = "2018" +version = "0.1.2" +authors = ["Guillem Castro ", "Schreifuchs "] +edition = "2021" +readme = "README.md" +licence = "MIT" #links = "FLAC" [dependencies]