Skip to content

Commit 7da1112

Browse files
committed
bump version
1 parent fbb7a6f commit 7da1112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/clientraw/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "clientraw",
33
"name": "Clientraw",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"documentation": "https://github.com/pilotak/homeassistant-clientraw",
66
"issue_tracker": "https://github.com/pilotak/homeassistant-clientraw/issues",
77
"requirements": [],

custom_components/clientraw/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
async_call_later)
2626
from homeassistant.util.unit_system import METRIC_SYSTEM
2727

28-
__version__ = '2.3.0'
28+
__version__ = '2.3.1'
2929

3030
_LOGGER = logging.getLogger(__name__)
3131

0 commit comments

Comments
 (0)