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 }