From be5da0abbf15242994df68b70736fda31d270662 Mon Sep 17 00:00:00 2001 From: Chouffy Date: Wed, 2 Mar 2022 12:55:56 +0100 Subject: [PATCH] Bump tgtg to 0.11.1 and self to 4.0.1 --- 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 745ff04..115b76b 100644 --- a/custom_components/tgtg/manifest.json +++ b/custom_components/tgtg/manifest.json @@ -1,10 +1,10 @@ { "domain": "tgtg", "name": "TooGooToGo", - "version": "4.0.0", + "version": "4.0.1", "documentation": "https://github.com/Chouffy/home_assistant_tgtg", "issue_tracker": "https://github.com/Chouffy/home_assistant_tgtg/issues", "codeowners": ["@chouffy"], - "requirements": ["tgtg>=0.11.0"], + "requirements": ["tgtg>=0.11.1"], "iot_class": "cloud_polling" }