From d599371c1b7c68a160f3771e59d274a04bddc495 Mon Sep 17 00:00:00 2001 From: Elad Bar Date: Fri, 29 Dec 2023 14:30:50 +0200 Subject: [PATCH] Fix manifest --- CHANGELOG.md | 4 ++++ custom_components/hpprinter/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df5c49..026181d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.10 + +- Fix manifest + ## 1.0.9 _Minimum HA Version: 2024.1.0_ diff --git a/custom_components/hpprinter/manifest.json b/custom_components/hpprinter/manifest.json index 41da2d3..dd09ebc 100644 --- a/custom_components/hpprinter/manifest.json +++ b/custom_components/hpprinter/manifest.json @@ -9,5 +9,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/elad-bar/ha-hpprinter/issues", "requirements": ["xmltodict==0.12.0"], - "version": "1.0.9" + "version": "1.0.10" }