diff --git a/Cargo.lock b/Cargo.lock index 532275ae..e1c7be64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2506,7 +2506,7 @@ dependencies = [ [[package]] name = "spotifyd" -version = "0.2.21" +version = "0.2.22" 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 9281980d..0ea6df20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,8 @@ authors = ["Simon Persson ", "Sven Lechner "] edition = "2018" name = "spotifyd" -version = "0.2.21" +version = "0.2.22" +license = "GPL-3.0-only" [dependencies] alsa = { version = "0.3", optional = true }