mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Example 4.0.4
This commit is contained in:
parent
abe2379d3f
commit
0bc63742c5
4 changed files with 11 additions and 8 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue