From 80e309067622c936fb91ccef1c9102eb93a3ef60 Mon Sep 17 00:00:00 2001 From: rgc99 Date: Mon, 20 Feb 2023 06:08:48 +0000 Subject: [PATCH] Bump version --- custom_components/irrigation_unlimited/const.py | 2 +- custom_components/irrigation_unlimited/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/irrigation_unlimited/const.py b/custom_components/irrigation_unlimited/const.py index 286c641..cbe0659 100644 --- a/custom_components/irrigation_unlimited/const.py +++ b/custom_components/irrigation_unlimited/const.py @@ -5,7 +5,7 @@ DOMAIN_DATA = f"{DOMAIN}_data" COORDINATOR = "coordinator" COMPONENT = "component" -VERSION = "2022.12.0" +VERSION = "2023.2.1" ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/" ISSUE_URL = "https://github.com/rgc99/irrigation_unlimited/issues" diff --git a/custom_components/irrigation_unlimited/manifest.json b/custom_components/irrigation_unlimited/manifest.json index 6dcb30d..3441919 100644 --- a/custom_components/irrigation_unlimited/manifest.json +++ b/custom_components/irrigation_unlimited/manifest.json @@ -3,7 +3,7 @@ "name": "Irrigation Unlimited", "documentation": "https://github.com/rgc99/irrigation_unlimited", "issue_tracker": "https://github.com/rgc99/irrigation_unlimited/issues", - "version": "2022.12.0", + "version": "2023.2.1", "dependencies": [ "recorder", "history"