diff --git a/Cargo.lock b/Cargo.lock index cccafd9..5d3c15a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -826,7 +826,7 @@ dependencies = [ [[package]] name = "down_on_spot" -version = "0.5.0" +version = "0.5.1" dependencies = [ "aspotify", "async-std", diff --git a/Cargo.toml b/Cargo.toml index c7e2fe2..80eb894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ panic = "abort" [package] name = "down_on_spot" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["exttex", "oSumAtrIX"] build = "build.rs"