Merge tag '0.4.1' into develop

Flush stdout after printing, get initial state
This commit is contained in:
Erwin Boskma 2022-04-12 23:12:52 +02:00
commit 9a4c243369
Signed by: erwin
GPG key ID: 270B20D17394F7E5
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -421,7 +421,7 @@ dependencies = [
[[package]]
name = "ha-now-playing"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"async-tungstenite",

View file

@ -1,7 +1,7 @@
[package]
name = "ha-now-playing"
description = "Retrieves the state of a media_player entity from Home Assistant"
version = "0.4.0"
version = "0.4.1"
authors = ["Erwin Boskma <erwin@datarift.nl>"]
edition = "2021"