Bump version to 0.4.6

This commit is contained in:
Erwin Boskma 2022-11-28 15:39:23 +01:00
parent 263630683a
commit bb7dc7f34a
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -429,7 +429,7 @@ dependencies = [
[[package]]
name = "ha-now-playing"
version = "0.4.5"
version = "0.4.6"
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.5"
version = "0.4.7"
authors = ["Erwin Boskma <erwin@datarift.nl>"]
edition = "2021"
include = ["src/**/*"]