Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotak committed Mar 2, 2022
1 parent 7fbfc7a commit 745467f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/clientraw/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "clientraw",
"name": "Clientraw",
"version": "2.1.1",
"version": "2.2.2",
"documentation": "https://github.com/pilotak/homeassistant-clientraw",
"issue_tracker": "https://github.com/pilotak/homeassistant-clientraw/issues",
"requirements": [],
Expand Down
2 changes: 1 addition & 1 deletion custom_components/clientraw/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from homeassistant.helpers.event import (async_track_utc_time_change,
async_call_later)

__version__ = '2.1.1'
__version__ = '2.2.2'

_LOGGER = logging.getLogger(__name__)

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": "Clientraw weather parser",
"homeassistant": "0.103.0",
"homeassistant": "2022.2",
"domains": ["sensor"],
"iot_class": "cloud_poll"
}

0 comments on commit 745467f

Please sign in to comment.