diff --git a/Cargo.lock b/Cargo.lock index 2d4c7f8..1263073 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,7 +485,7 @@ dependencies = [ [[package]] name = "ha-now-playing" -version = "0.5.1" +version = "0.5.3" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index ac4fbcd..df42785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ha-now-playing" description = "Retrieves the state of a media_player entity from Home Assistant" -version = "0.5.1" +version = "0.5.3" authors = ["Erwin Boskma "] edition = "2021" include = ["src/**/*"]