⬆️ Updating add-on Example to 088f098

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-01 17:32:29 +00:00
parent b56f502aa7
commit a80b32dbd2
4 changed files with 7 additions and 6 deletions

View file

@ -829,10 +829,10 @@ SOFTWARE.
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[bookstack-i386-shield]: https://img.shields.io/badge/i386-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/55796d7 [addon-example]: https://github.com/hassio-addons/addon-example/tree/088f098
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/55796d7/README.md [addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/088f098/README.md
[example-issue]: https://github.com/hassio-addons/addon-example/issues [example-issue]: https://github.com/hassio-addons/addon-example/issues
[example-version-shield]: https://img.shields.io/badge/version-55796d7-blue.svg [example-version-shield]: https://img.shields.io/badge/version-088f098-blue.svg
[example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,5 @@
# Changelog since v4.0.4 # Changelog since v4.0.4
- Upgrade add-on base image to 9.1.2 (#40)
- Upgrade add-on base image to 9.1.1 (#39) - Upgrade add-on base image to 9.1.1 (#39)
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#38) - ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#38)

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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-55796d7-blue.svg [release-shield]: https://img.shields.io/badge/version-088f098-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/55796d7 [release]: https://github.com/hassio-addons/addon-example/tree/088f098

View file

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