Skip to content

Commit bbd7f1c

Browse files
committed
Version bump
1 parent 93b22ff commit bbd7f1c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Even though available does not mean it's stable yet, the HA part is solid but th
3030

3131
# Changelog
3232

33+
## APR 2022 [0.0.7]
34+
- Fix sensory updates
35+
- Potentially fix token expiration
36+
3337
## MAR 2022 [0.0.4]
3438
- Initial release
3539
- Creates a device for your bike in Home Assistant

custom_components/stromer/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "stromer",
33
"name": "Stromer e-bike",
4-
"version": "0.0.5",
4+
"version": "0.0.7",
55
"documentation": "https://github.com/CoMPaTech/stromer",
66
"requirements": [],
77
"codeowners": ["@CoMPaTech"],

custom_components/stromer/stromer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Stromer module for Home Assistant Core."""
22

3-
__version__ = "0.0.5"
3+
__version__ = "0.0.6"
44

55
import json
66
import logging

0 commit comments

Comments
 (0)