diff --git a/README.md b/README.md index d105c0503..dd18d3cb4 100644 --- a/README.md +++ b/README.md @@ -815,10 +815,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/2c1344a -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/2c1344a/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/f5ac149 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/f5ac149/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-2c1344a-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-f5ac149-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 0a6cbdb12..cf33f7529 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v4.0.4 +- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#51) + +Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.0. +- [Release notes](https://github.com/ludeeus/action-shellcheck/releases) +- [Commits](https://github.com/ludeeus/action-shellcheck/compare/1.0.0...94e0aab03ca135d11a35e5bfc14e6746dc56e7e9) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#50) - ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 (#49) diff --git a/example/README.md b/example/README.md index 9d1ad6ebf..7cf8ee825 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-2c1344a-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/2c1344a \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-f5ac149-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/f5ac149 \ No newline at end of file diff --git a/example/config.json b/example/config.json index b0f2db1d6..6cdce5052 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "2c1344a", + "version": "f5ac149", "slug": "example", "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example",