diff --git a/README.md b/README.md index 6474ea6..75ffb28 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,8 @@ Turns on the collar light after dark if the pet is not home. * Enable possibility of if pet not home and not with owner then trigger lost dog mode # Version History +## 0.0.6 +* Steps unit was added to enable charting of dogs steps over time. ## 0.0.5 * Fixed [Issue #15](https://github.com/sbabcock23/hass-tryfi/issues/15) - dependency update ## 0.0.4 diff --git a/custom_components/tryfi/manifest.json b/custom_components/tryfi/manifest.json index 0abfa42..e5ecd48 100644 --- a/custom_components/tryfi/manifest.json +++ b/custom_components/tryfi/manifest.json @@ -1,7 +1,7 @@ { "domain": "tryfi", "name": "TryFi", - "version": "0.0.5", + "version": "0.0.6", "config_flow": true, "documentation": "https://github.com/sbabcock23/hass-pytryfi", "issue_tracker": "https://github.com/sbabcock23/hass-tryfi/issues",