diff --git a/custom_components/irrigation_unlimited/const.py b/custom_components/irrigation_unlimited/const.py index 7e768e1..8eea2e3 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.1.0" +VERSION = "2022.2.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 41da755..1559dbe 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.1.0", + "version": "2022.2.0", "dependencies": [ "recorder", "history"