diff --git a/README.md b/README.md index 7d63270d6..1318b9201 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/b47e099 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/b47e099/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/cb26fbe +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/cb26fbe/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-b47e099-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-cb26fbe-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 ffc21bd48..e98895953 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog since v4.1.0 +- ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2 (#71) + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 (#70) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. diff --git a/example/README.md b/example/README.md index a9830f23b..2341044b4 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-b47e099-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/b47e099 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-cb26fbe-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/cb26fbe \ No newline at end of file diff --git a/example/config.json b/example/config.json index d7b1f1e89..ef9ca9496 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "b47e099", + "version": "cb26fbe", "slug": "example", "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example",