From 01f828ca9be7fd390ddf55e7b89ac7391515188e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Mon, 12 Aug 2024 18:33:37 +0200 Subject: [PATCH] chore: release 1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 187e65c..0db6123 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "spotify-parser" description = "A library for parsing Spotify data." -version = "1.0.0" +version = "1.0.1" edition = "2021" license-file = "LICENSE.md" repository = "https://github.com/eRgo35/spotify-parser"