diff --git a/README.md b/README.md index 81a81a73..693b76c2 100644 --- a/README.md +++ b/README.md @@ -809,10 +809,10 @@ SOFTWARE. [esphome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [esphome-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [esphome-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-example]: https://github.com/hassio-addons/addon-example/tree/v4.0.3 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.0.3/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/v4.0.4 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.0.4/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-v4.0.3-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-v4.0.4-blue.svg [example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 823fa56d..76e15e45 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,5 +1,8 @@ ## What’s changed -## 🧰 Maintenance +Small bugfix release that fixes an issue that during add-on startup, it would always show an update was available. +This patch release addresses that. -- Dispatch correct version number to updater @frenck (#29) +## ⬆️ Dependency updates + +- Upgrade add-on base image to 9.0.1 @frenck (#31) diff --git a/example/README.md b/example/README.md index 8470e34a..79317287 100644 --- a/example/README.md +++ b/example/README.md @@ -37,5 +37,5 @@ It shows off several features and structures like: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v4.0.3-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/v4.0.3 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v4.0.4-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/v4.0.4 \ No newline at end of file diff --git a/example/config.json b/example/config.json index 81664a92..8c057d9d 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "4.0.3", + "version": "4.0.4", "slug": "example", "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example",