From de605ee9b1b2f10f6d21ac494f92af9ef525c95a Mon Sep 17 00:00:00 2001 From: Chouffy Date: Thu, 19 May 2022 08:07:36 +0200 Subject: [PATCH] Bump tgtg to 0.11.3 and module to 4.0.3 --- custom_components/tgtg/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }