From 89afda71675ee493bf0856bcc2eaab9165b608ad Mon Sep 17 00:00:00 2001 From: Sven Lechner Date: Thu, 3 Oct 2019 10:12:55 +0200 Subject: [PATCH] bump version to v0.2.18 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 861ccd3a..c2d18375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2363,7 +2363,7 @@ dependencies = [ [[package]] name = "spotifyd" -version = "0.2.17" +version = "0.2.18" dependencies = [ "alsa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7c0ac693..7634a14b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Simon Persson ", "Sven Lechner "] edition = "2018" name = "spotifyd" -version = "0.2.17" +version = "0.2.18" [dependencies] alsa = { version = "0.2", optional = true }