diff --git a/custom_components/irrigation_unlimited/const.py b/custom_components/irrigation_unlimited/const.py index 693877e..007addc 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.2.1" +VERSION = "2023.6.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 1b60462..3e8681b 100644 --- a/custom_components/irrigation_unlimited/manifest.json +++ b/custom_components/irrigation_unlimited/manifest.json @@ -15,5 +15,5 @@ "requirements": [ "crontab" ], - "version": "2023.2.1" + "version": "2023.6.1" } \ No newline at end of file