Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotak committed Mar 20, 2022
1 parent eedae78 commit ba6e1ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.2",
"version": "2.2.3",
"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.2.2'
__version__ = '2.2.3'

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit ba6e1ca

Please sign in to comment.