⬆️ Updating add-on Example to 7b8d2ba

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-08 10:42:58 +00:00
parent 913b4a1636
commit ef3f9bd5b3
4 changed files with 15 additions and 6 deletions

View file

@ -1,4 +1,13 @@
# Changelog since v4.0.4
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 (#53)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from v1.0.1 to v1.0.2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.0.1...25f0500ff22e406f7191a2a8ba8cda16901ca018)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 (#52)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.3.0 to v2.4.0.

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

View file

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