From 02f1a473d67e4d46a1a0d0a0aa02cf243c5ee28f Mon Sep 17 00:00:00 2001 From: Sven Lechner Date: Fri, 24 Jan 2020 20:13:56 +0100 Subject: [PATCH] bump version to 0.2.24 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f353c0cb..0fafcd38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2486,7 +2486,7 @@ dependencies = [ [[package]] name = "spotifyd" -version = "0.2.20" +version = "0.2.24" 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 ded23b08..4cf6e8f6 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.24" [dependencies] alsa = { version = "0.3", optional = true }