From 2e72629aec89c5c3ac2cb07e5961c1c20bb91c0b Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Thu, 28 Sep 2023 20:40:16 +0200 Subject: [PATCH] Version 0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ab3456..20bbabf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,7 +517,7 @@ dependencies = [ [[package]] name = "ha-now-playing" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index b0bf6b5..66186ba 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.0" +version = "0.5.1" authors = ["Erwin Boskma "] edition = "2021" include = ["src/**/*"]