From 6313a4274d3470b8273ce391103858f14f71d629 Mon Sep 17 00:00:00 2001 From: Phil Bruckner Date: Thu, 4 Apr 2024 09:54:28 -0500 Subject: [PATCH] Bump version to 1.1.2 --- custom_components/entity_tz/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/entity_tz/manifest.json b/custom_components/entity_tz/manifest.json index 5be9b98..96e0b98 100644 --- a/custom_components/entity_tz/manifest.json +++ b/custom_components/entity_tz/manifest.json @@ -4,11 +4,11 @@ "codeowners": ["@pnbruckner"], "config_flow": true, "dependencies": ["zone"], - "documentation": "https://github.com/pnbruckner/ha-entity-tz/blob/1.1.1/README.md", + "documentation": "https://github.com/pnbruckner/ha-entity-tz/blob/1.1.2/README.md", "import_executor": true, "iot_class": "calculated", "issue_tracker": "https://github.com/pnbruckner/ha-entity-tz/issues", "loggers": ["geopy"], "requirements": ["async-lru==2.0.4", "timezonefinder==5.2.0"], - "version": "1.1.1" + "version": "1.1.2" }