From dc91431a3944ab16bf6ba23b9e39fd25b7d3d5b8 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 8 Mar 2021 10:35:06 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to 60afbae --- README.md | 6 +++--- example/CHANGELOG.md | 9 +++++++++ example/README.md | 4 ++-- example/config.json | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c1c32747b..f889060e3 100644 --- a/README.md +++ b/README.md @@ -829,10 +829,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/09450fb -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/09450fb/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/60afbae +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/60afbae/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-09450fb-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-60afbae-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 111fb013b..04c73481d 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v4.0.4 +- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 (#49) + +Bumps [actions/stale](https://github.com/actions/stale) from v3.0.17 to v3.0.18. +- [Release notes](https://github.com/actions/stale/releases) +- [Commits](https://github.com/actions/stale/compare/v3.0.17...3b3c3f03cd4d8e2b61e179ef744a0d20efbe90b4) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆ Bump actions/stale from v3.0.16 to v3.0.17 (#48) - ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 (#47) diff --git a/example/README.md b/example/README.md index 4da1b42a8..aba17fd55 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-09450fb-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/09450fb \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-60afbae-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/60afbae \ No newline at end of file diff --git a/example/config.json b/example/config.json index 624aeee1a..33c5486dc 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "09450fb", + "version": "60afbae", "slug": "example", "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example",