From 089800e79f72b7598e838ae8446194b23da89dfc Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 18 Jan 2021 21:31:07 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to 796e201 --- README.md | 6 +++--- example/CHANGELOG.md | 1 + example/README.md | 4 ++-- example/config.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 715331a63..e374edabb 100644 --- a/README.md +++ b/README.md @@ -913,10 +913,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/8ec8b7a -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/8ec8b7a/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/796e201 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/796e201/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-8ec8b7a-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-796e201-blue.svg [example-pulls-shield]: https://img.shields.io/docker/pulls/ghcr.io/hassio-addons/example/armhf.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 diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 849e15afd..d72082fe6 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v3.5.1 +- Fix CI badge in README (#26) - Happy New Year (#25) - Upgrade add-on base image to 9.0.0 (#24) - Adjust deployment supporting all environments (#23) diff --git a/example/README.md b/example/README.md index d0d4e5710..ac52245be 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-8ec8b7a-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/8ec8b7a \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-796e201-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/796e201 \ No newline at end of file diff --git a/example/config.json b/example/config.json index a9e611959..36ac48967 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "8ec8b7a", + "version": "796e201", "slug": "example", "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example",