From 0ce8f23f00043073a395baf75a57c9e3c11dee13 Mon Sep 17 00:00:00 2001 From: rgc99 Date: Thu, 4 Jul 2024 21:24:32 +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 463d7bf..35f9db6 100644 --- a/custom_components/irrigation_unlimited/const.py +++ b/custom_components/irrigation_unlimited/const.py @@ -6,7 +6,7 @@ DOMAIN_DATA = f"{DOMAIN}_data" COORDINATOR = "coordinator" COMPONENT = "component" -VERSION = "2024.5.0" +VERSION = "2024.7.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 8a28815..b803a93 100644 --- a/custom_components/irrigation_unlimited/manifest.json +++ b/custom_components/irrigation_unlimited/manifest.json @@ -15,5 +15,5 @@ "requirements": [ "crontab" ], - "version": "2024.5.0" + "version": "2024.7.0" } \ No newline at end of file