diff --git a/custom_components/irrigation_unlimited/const.py b/custom_components/irrigation_unlimited/const.py index 92dc69d..d95fb08 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.6.0" +VERSION = "2022.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 2a4446d..da6beeb 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.6.0", + "version": "2022.7.0", "dependencies": [ "recorder", "history" @@ -14,4 +14,4 @@ "@rgc99" ], "requirements": [] -} +} \ No newline at end of file