From c6015ee0a282bfae83ce883ce1202ccf5c31d13b Mon Sep 17 00:00:00 2001 From: egguy Date: Wed, 4 Jan 2023 01:42:36 +0100 Subject: [PATCH] Updated the version of the addon --- grott-current/CHANGELOG.md | 4 ++++ grott-current/config.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/grott-current/CHANGELOG.md b/grott-current/CHANGELOG.md index 5cf2971..f8dbb18 100644 --- a/grott-current/CHANGELOG.md +++ b/grott-current/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.5 + +- Change to use pip3 with the newest addon image. + ## 0.3 - Add translations diff --git a/grott-current/config.json b/grott-current/config.json index 01e21ce..1635443 100644 --- a/grott-current/config.json +++ b/grott-current/config.json @@ -1,6 +1,6 @@ { "name": "Grott - HA extension - current", - "version": "0.0.4-current", + "version": "0.0.5-current", "slug": "grott-current", "description": "The Growatt inverter monitor - current HA plugin", "url": "https://github.com/egguy/grott-home-assistant-add-on/tree/main/grott-current",