From 42933a3102704ed179accbffa678d942ecf6235a Mon Sep 17 00:00:00 2001 From: Daniel Christensen Date: Wed, 27 Mar 2024 06:11:21 +0100 Subject: [PATCH] 1.8 --- custom_components/posten/const.py | 2 +- custom_components/posten/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/posten/const.py b/custom_components/posten/const.py index 786eab6..5722e56 100644 --- a/custom_components/posten/const.py +++ b/custom_components/posten/const.py @@ -3,7 +3,7 @@ NAME = "Når kommer Posten" DOMAIN = "posten" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.1.5.2" +VERSION = "0.1.8" ATTRIBUTION = "Data provided by https://www.posten.no/levering-av-post/_/component/main/1/leftRegion/9?postCode=xxxx" ISSUE_URL = "https://github.com/BobTheShoplifter/HomeAssistant-Posten/issues" diff --git a/custom_components/posten/manifest.json b/custom_components/posten/manifest.json index f1f5aa3..6c4e362 100644 --- a/custom_components/posten/manifest.json +++ b/custom_components/posten/manifest.json @@ -8,5 +8,5 @@ "documentation": "https://github.com/BobTheShoplifter/HomeAssistant-Posten", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/BobTheShoplifter/HomeAssistant-Posten/issues", - "version": "0.1.5.2" + "version": "0.1.8" } \ No newline at end of file