From a3475b4228d41c2dac763c2cdfc3cbc9fc56b802 Mon Sep 17 00:00:00 2001 From: Nenad Bogojevic Date: Tue, 28 Dec 2021 21:01:51 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.2=20=E2=86=92=200.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- custom_components/midea_dehumidifier_lan/const.py | 2 +- custom_components/midea_dehumidifier_lan/manifest.json | 2 +- hacs.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 993e8de..f9840c6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.2 +current_version = 0.4.3 tag = True commit = True diff --git a/custom_components/midea_dehumidifier_lan/const.py b/custom_components/midea_dehumidifier_lan/const.py index 111d943..8752d1c 100644 --- a/custom_components/midea_dehumidifier_lan/const.py +++ b/custom_components/midea_dehumidifier_lan/const.py @@ -6,7 +6,7 @@ from homeassistant.const import Platform from midea_beautiful_dehumidifier.midea import SUPPORTED_APPS -__version__ = "0.4.2" +__version__ = "0.4.3" # Base component constants NAME: Final = "Midea Dehumidifier (LAN)" diff --git a/custom_components/midea_dehumidifier_lan/manifest.json b/custom_components/midea_dehumidifier_lan/manifest.json index 77e72ce..9e5a360 100644 --- a/custom_components/midea_dehumidifier_lan/manifest.json +++ b/custom_components/midea_dehumidifier_lan/manifest.json @@ -1,7 +1,7 @@ { "domain": "midea_dehumidifier_lan", "name": "Midea Dehumidifier (LAN)", - "version": "0.4.2", + "version": "0.4.3", "config_flow": true, "documentation": "https://github.com/nbogojevic/homeassistant-midea-dehumidifier-lan/blob/main/README.md", "issue_tracker": "https://github.com/nbogojevic/homeassistant-midea-dehumidifier-lan/issues", diff --git a/hacs.json b/hacs.json index bc6fbc3..7268066 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Midea Dehumidifier (LAN)", - "version": "0.4.2", + "version": "0.4.3", "domains": [ "binary_sensor", "humidifier",