From fd1ad99286519ac5512273d6ba550f8f99d978e4 Mon Sep 17 00:00:00 2001 From: sbabcock23 Date: Sat, 27 Feb 2021 01:11:53 -0500 Subject: [PATCH] added version 0.0.6 details to readme and manifest --- README.md | 2 ++ custom_components/tryfi/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",