⬆️ Updating add-on Example to e836614

This commit is contained in:
Community Hass.io Add-ons Bot 2021-06-13 09:21:46 +00:00
parent 796081902c
commit 0de9b9057d
4 changed files with 7 additions and 6 deletions

View file

@ -764,10 +764,10 @@ SOFTWARE.
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-example]: https://github.com/hassio-addons/addon-example/tree/cb26fbe
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/cb26fbe/README.md
[addon-example]: https://github.com/hassio-addons/addon-example/tree/e836614
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/e836614/README.md
[example-issue]: https://github.com/hassio-addons/addon-example/issues
[example-version-shield]: https://img.shields.io/badge/version-cb26fbe-blue.svg
[example-version-shield]: https://img.shields.io/badge/version-e836614-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,4 +1,5 @@
# Changelog since v4.1.0
- ⬆️ Upgrades add-on base image to v9.2.2 (#72)
- ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2 (#71)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

View file

@ -56,5 +56,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-cb26fbe-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/cb26fbe
[release-shield]: https://img.shields.io/badge/version-e836614-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/e836614

View file

@ -1,6 +1,6 @@
{
"name": "Example",
"version": "cb26fbe",
"version": "e836614",
"slug": "example",
"description": "Example add-on by Community Home Assistant Add-ons",
"url": "https://github.com/hassio-addons/addon-example",