From 25e2e26c4ef6d162e84430b3bf163f187a560b1d Mon Sep 17 00:00:00 2001 From: Robin van Dijk Date: Thu, 14 Jan 2021 15:39:09 +0100 Subject: [PATCH] bump version to 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 897aa5ff..afd6628a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2854,7 +2854,7 @@ checksum = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" [[package]] name = "spotifyd" -version = "0.2.25" +version = "0.3.0" dependencies = [ "alsa 0.3.0", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bec72c83..d9024d59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "spotifyd" description = "A Spotify daemon" repository = "https://github.com/Spotifyd/spotifyd" license = "GPL-3.0-only" -version = "0.2.25" +version = "0.3.0" [dependencies] alsa = { version = "0.3", optional = true }