From bb7dc7f34a92bc917897ab45fc5956933dfcce03 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Mon, 28 Nov 2022 15:39:23 +0100 Subject: [PATCH] Bump version to 0.4.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0714541..02e281f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "ha-now-playing" -version = "0.4.5" +version = "0.4.6" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 0352867..133c1ab 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.4.5" +version = "0.4.7" authors = ["Erwin Boskma "] edition = "2021" include = ["src/**/*"]