From b4618bf5b3392e09d6058b6e8f1ae82b6f029658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20=C3=96stlund?= Date: Mon, 22 Jun 2020 13:44:59 +0200 Subject: [PATCH] minor bugfixes in new client version --- custom_components/volkswagencarnet/manifest.json | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/volkswagencarnet/manifest.json b/custom_components/volkswagencarnet/manifest.json index e5992840..8b8261b6 100644 --- a/custom_components/volkswagencarnet/manifest.json +++ b/custom_components/volkswagencarnet/manifest.json @@ -5,5 +5,5 @@ "issue_tracker": "https://github.com/robinostlund/homeassistant-volkswagencarnet/issues", "dependencies": [], "codeowners": ["@robinostlund"], - "requirements": ["volkswagencarnet==4.4.5"] + "requirements": ["volkswagencarnet==4.4.6"] } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 5cdf39c1..c3ce446e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -volkswagencarnet==4.4.5 \ No newline at end of file +volkswagencarnet==4.4.6 \ No newline at end of file