From 8fb0463ffdb706dd07024cdfeac60f49011e89a1 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 2 Jul 2021 07:44:03 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to c4e96ef --- README.md | 6 +++--- example/CHANGELOG.md | 3 +++ example/README.md | 4 ++-- example/config.json | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ccc0a3250..d24a46242 100644 --- a/README.md +++ b/README.md @@ -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/d56ef61 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/d56ef61/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/c4e96ef +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/c4e96ef/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-d56ef61-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-c4e96ef-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 diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 1eec09914..2af75da3f 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog since v4.2.0 +- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 (#78) + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 (#77) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.3.0 to 1.4.1. diff --git a/example/README.md b/example/README.md index bd8dd0b6f..710ef4be4 100644 --- a/example/README.md +++ b/example/README.md @@ -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-d56ef61-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/d56ef61 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-c4e96ef-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/c4e96ef \ No newline at end of file diff --git a/example/config.json b/example/config.json index f6f1eb92e..68138bd71 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "d56ef61", + "version": "c4e96ef", "slug": "example", "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example",