Skip to content

Commit

Permalink
Bump version: 0.4.2 → 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogojevic committed Dec 28, 2021
1 parent 95bf6ff commit a3475b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.2
current_version = 0.4.3
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion custom_components/midea_dehumidifier_lan/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/midea_dehumidifier_lan/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Midea Dehumidifier (LAN)",
"version": "0.4.2",
"version": "0.4.3",
"domains": [
"binary_sensor",
"humidifier",
Expand Down

0 comments on commit a3475b4

Please sign in to comment.