From 727a05c8c15f1c04afd8fd7f8f61071941b733eb Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Fri, 14 Jan 2022 10:20:29 +0100 Subject: [PATCH] Version 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c94461e..f131e15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,7 +310,7 @@ dependencies = [ [[package]] name = "ha-now-playing" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8518ded..5b88cdc 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.2.0" +version = "0.3.0" authors = ["Erwin Boskma "] edition = "2021"