From 28e0ed6f17a9c87199e4f0c3f9c79d2aa1d7b77f Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Wed, 11 May 2022 16:25:31 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a27fcb6..3d2fe83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "ha-now-playing" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index c77c143..3e5c36a 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.2" +version = "0.4.3" authors = ["Erwin Boskma "] edition = "2021"