Skip to content

Commit

Permalink
fix: Align versions no-op release
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed May 1, 2021
1 parent 0498850 commit 9659a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/foldingathomecontrol/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
UNSUB_DISPATCHERS = "unsub_dispatchers"
DOMAIN = "foldingathomecontrol"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "2.0.10"
VERSION = "2.0.12"
PLATFORMS = ["sensor"]
DATA_UPDATED = f"{DOMAIN}_data_updated"
SENSOR_ADDED = f"{DOMAIN}_sensor_added"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/foldingathomecontrol/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"issue_tracker": "https://github.com/eifinger/hass-foldingathomecontrol/issues",
"dependencies": [],
"config_flow": true,
"version": "2.0.10",
"version": "2.0.12",
"codeowners": [
"@eifinger"
],
Expand Down

0 comments on commit 9659a21

Please sign in to comment.