From bd3816c16f0c98edb1b8a607c69f974d5e89f808 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 30 Jan 2022 22:06:03 +0100 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 49e6323..d9fabc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ panic = "abort" [package] name = "down_on_spot" -version = "0.1.2" +version = "0.2.0" edition = "2018" authors = ["exttex", "oSumAtrIX"] build = "build.rs" @@ -42,4 +42,4 @@ tokio = { version = "1.12", features = ["fs"] } OriginalFilename = "DownOnSpot.exe" FileDescription = "Download songs from Spotify with Rust" ProductName = "DownOnSpot" -ProductVersion = "0.1.2" \ No newline at end of file +ProductVersion = "0.2.0" \ No newline at end of file