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"