diff --git a/README.md b/README.md index d9af897d4..d050d5ae5 100644 --- a/README.md +++ b/README.md @@ -741,10 +741,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/9e7f5b7 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/9e7f5b7/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/5878aa2 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/5878aa2/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-9e7f5b7-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-5878aa2-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 397718e96..ff52b95d9 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,3 @@ -# Changelog since v4.3.1 -- ⬆️ Upgrades add-on base image to 11.0.0 (#107) -- Update CI Workflows (#106) -- ⬆️ Upgrades add-on base image to 10.2.3 (#105) +# Changelog since v4.4.0 +- ⬆️ Upgrades add-on base image to 11.0.1 (#109) +- 🎆 Updates maintenance/license year to 2022 (#108) diff --git a/example/DOCS.md b/example/DOCS.md index e374d41b4..575651097 100644 --- a/example/DOCS.md +++ b/example/DOCS.md @@ -101,7 +101,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2017-2021 Franck Nijhof +Copyright (c) 2017-2022 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/example/README.md b/example/README.md index ae99d80cb..20132a0cb 100644 --- a/example/README.md +++ b/example/README.md @@ -52,9 +52,9 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg [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-9e7f5b7-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/9e7f5b7 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-5878aa2-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/5878aa2 \ No newline at end of file diff --git a/example/config.yaml b/example/config.yaml index fd9b1dc1e..8f8ed4700 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -16,4 +16,4 @@ schema: seconds_between_quotes: int(1,120) slug: example url: https://github.com/hassio-addons/addon-example -version: 9e7f5b7 +version: 5878aa2