🎉 Release of add-on Example 4.0.4

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-19 23:28:17 +00:00
parent d574f0c311
commit 708d17b1bb
4 changed files with 11 additions and 8 deletions

View file

@ -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

View file

@ -1,5 +1,8 @@
## Whats 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)

View file

@ -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
[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

View file

@ -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",