diff --git a/custom_components/tgtg/manifest.json b/custom_components/tgtg/manifest.json index 3682e7a..81b6f02 100644 --- a/custom_components/tgtg/manifest.json +++ b/custom_components/tgtg/manifest.json @@ -1,10 +1,10 @@ { "domain": "tgtg", "name": "TooGooToGo", - "version": "4.0.2", + "version": "4.0.3", "documentation": "https://github.com/Chouffy/home_assistant_tgtg", "issue_tracker": "https://github.com/Chouffy/home_assistant_tgtg/issues", "codeowners": ["@chouffy"], - "requirements": ["tgtg>=0.11.2"], + "requirements": ["tgtg>=0.11.3"], "iot_class": "cloud_polling" }