🎉 Release of add-on Example 4.0.4

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-19 23:29:04 +00:00
parent abe2379d3f
commit 0bc63742c5
4 changed files with 11 additions and 8 deletions

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

@ -53,5 +53,5 @@ If you are more interested in stable releases of our add-ons:
[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",