From 3a3cf061f4f2ff7052676cab0878c1c4c21b051b Mon Sep 17 00:00:00 2001 From: rgc99 Date: Tue, 12 Sep 2023 02:54:29 +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 1a678c9..1641b4c 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 = "2023.8.0" +VERSION = "2023.9.0" 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 c0a6f03..94aaa6f 100644 --- a/custom_components/irrigation_unlimited/manifest.json +++ b/custom_components/irrigation_unlimited/manifest.json @@ -15,5 +15,5 @@ "requirements": [ "crontab" ], - "version": "2023.8.0" + "version": "2023.9.0" } \ No newline at end of file