From 20b76901bbb18063519dcf343a21c8a6d6ac6c5a Mon Sep 17 00:00:00 2001 From: golles Date: Sat, 4 Jun 2022 16:04:21 +0200 Subject: [PATCH] Release version 1.1.8 --- custom_components/knmi/const.py | 2 +- custom_components/knmi/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/knmi/const.py b/custom_components/knmi/const.py index 733ef2f..8b80a16 100644 --- a/custom_components/knmi/const.py +++ b/custom_components/knmi/const.py @@ -27,7 +27,7 @@ # Base component constants. NAME = "KNMI" DOMAIN = "knmi" -VERSION = "1.1.7" +VERSION = "1.1.8" ATTRIBUTION = "KNMI Weergegevens via https://weerlive.nl/" # Platforms. diff --git a/custom_components/knmi/manifest.json b/custom_components/knmi/manifest.json index c30100d..87718bb 100644 --- a/custom_components/knmi/manifest.json +++ b/custom_components/knmi/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/golles/ha-knmi/", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/golles/ha-knmi//issues", - "version": "1.1.7", + "version": "1.1.8", "config_flow": true, "codeowners": [ "@golles"