🎉 Release of add-on Example 4.0.0-beta.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-18 21:08:38 +00:00
parent 46e0b7bdce
commit 1808459a20
4 changed files with 8 additions and 8 deletions

View file

@ -883,10 +883,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.0-beta.0
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.0.0-beta.0/README.md
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v4.0.0-beta.1
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.0.0-beta.1/README.md
[example-issue]: https://github.com/hassio-addons/addon-example/issues
[example-version-shield]: https://img.shields.io/badge/version-v4.0.0-beta.0-blue.svg
[example-version-shield]: https://img.shields.io/badge/version-v4.0.0-beta.1-blue.svg
[example-pulls-shield]: https://img.shields.io/docker/pulls/ghcr.io/hassio-addons/example/armhf.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

View file

@ -1,6 +1,6 @@
## Whats changed
First beta release
The second beta release to re-deploy
## 🧰 Maintenance

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.0-beta.0-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/v4.0.0-beta.0
[release-shield]: https://img.shields.io/badge/version-v4.0.0-beta.1-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/v4.0.0-beta.1

View file

@ -1,6 +1,6 @@
{
"name": "Example",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"slug": "example",
"description": "Example add-on by Community Home Assistant Add-ons",
"url": "https://github.com/hassio-addons/addon-example",
@ -20,5 +20,5 @@
"log_level": "list(trace|debug|info|notice|warning|error|fatal)",
"seconds_between_quotes": "int(1,120)"
},
"image": "hassioaddons/example-{arch}"
"image": "ghcr.io/hassio-addons/example/{arch}"
}