diff --git a/README.md b/README.md index 43ce6308d..d942d2f58 100644 --- a/README.md +++ b/README.md @@ -792,10 +792,10 @@ SOFTWARE. [emqx-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [emqx-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [emqx-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-example]: https://github.com/hassio-addons/addon-example/tree/c17daac -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/c17daac/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/50df8ad +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/50df8ad/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-c17daac-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-50df8ad-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 8ec82dc49..8bd0186f9 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,3 +1,3 @@ -# Changelog since v5.1.2 -- Migrate old-style base scripts s6-rc (#126) -- ⬆️ Upgrades add-on base image to 13.0.0 (#125) +# Changelog since v6.0.0 +- ⬆️ Upgrades add-on base image to 13.1.1 (#128) +- 🎆 Updates maintenance/license year to 2023 (#127) diff --git a/example/DOCS.md b/example/DOCS.md index b0a9ffa19..66849bf5b 100644 --- a/example/DOCS.md +++ b/example/DOCS.md @@ -106,7 +106,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2017-2022 Franck Nijhof +Copyright (c) 2017-2023 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 7236428fa..44e3da817 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/2022.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.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-c17daac-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/c17daac \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-50df8ad-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/50df8ad \ No newline at end of file diff --git a/example/config.yaml b/example/config.yaml index 41cf1d6e1..f9045b24f 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -17,4 +17,4 @@ schema: seconds_between_quotes: int(1,120) slug: example url: https://github.com/hassio-addons/addon-example -version: c17daac +version: 50df8ad