From e29731e473e287026b222cbbd7a780e7fd23c870 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 14 Jul 2024 23:56:30 +0200 Subject: [PATCH] chore: Release v0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22523c7..cccafd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -826,7 +826,7 @@ dependencies = [ [[package]] name = "down_on_spot" -version = "0.4.0" +version = "0.5.0" dependencies = [ "aspotify", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 3fb05ef..c7e2fe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ panic = "abort" [package] name = "down_on_spot" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["exttex", "oSumAtrIX"] build = "build.rs"