From 01165a4f85347f0f47b67bde63a4d352eb02caec Mon Sep 17 00:00:00 2001 From: bittles Date: Sun, 15 Jan 2023 15:10:29 -0500 Subject: [PATCH] version bump --- custom_components/ecovacs/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ecovacs/manifest.json b/custom_components/ecovacs/manifest.json index 477a2cc..3e7121d 100644 --- a/custom_components/ecovacs/manifest.json +++ b/custom_components/ecovacs/manifest.json @@ -1,7 +1,7 @@ { "domain": "ecovacs", "name": "Ecovacs Bumper", - "version": "1.4.3", + "version": "1.4.4", "documentation": "https://github.com/bittles/ha_ecovacs_bumper", "issue_tracker": "https://github.com/bittles/ha_ecovacs_bumper/issues", "requirements": ["sleekxmppfs==1.4.1", "requests>=2.18", "pycryptodome>=3.4", "pycountry-convert>=0.5", "paho-mqtt>=1.4", "stringcase>=1.2"],