diff --git a/README.md b/README.md index 04dc3bc1a..3780fdcfc 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/7ee3962 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/7ee3962/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/e7ba7d9 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/e7ba7d9/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-7ee3962-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-e7ba7d9-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 9fc4647ea..af7e652ea 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog since v4.1.0 +- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 (#63) + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#62) - ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 (#61) diff --git a/example/README.md b/example/README.md index 8f4a864b1..478ba7bb8 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-7ee3962-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/7ee3962 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-e7ba7d9-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/e7ba7d9 \ No newline at end of file diff --git a/example/config.json b/example/config.json index 1c182303f..1b55142f1 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "7ee3962", + "version": "e7ba7d9", "slug": "example", "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example",