From 1f91e8f4d201d4246e2b98ef2827201bf8340a8e Mon Sep 17 00:00:00 2001 From: Simon Persson Date: Sat, 11 Jan 2020 19:23:55 +0100 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f005a71..532275ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2506,7 +2506,7 @@ dependencies = [ [[package]] name = "spotifyd" -version = "0.2.20" +version = "0.2.21" dependencies = [ "alsa 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 15f92ea5..9281980d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Simon Persson ", "Sven Lechner "] edition = "2018" name = "spotifyd" -version = "0.2.20" +version = "0.2.21" [dependencies] alsa = { version = "0.3", optional = true }