diff --git a/README.md b/README.md index e711892d1..da0064d61 100644 --- a/README.md +++ b/README.md @@ -487,10 +487,10 @@ SOFTWARE. [appdaemon3-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [appdaemon3-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [appdaemon3-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-example]: https://github.com/hassio-addons/addon-example/tree/5dc3347 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/5dc3347/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/43d3c2a +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/43d3c2a/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-5dc3347-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-43d3c2a-blue.svg [example-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/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 b7995e616..75ad382e9 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog since v1.4.0 -2018/07/07 06:41 UTC - [5dc3347](https://github.com/hassio-addons/addon-example/commit/5dc334722b6bfa0d0cb0dc72bb6689aea4c81182) by [@frenck](https://github.com/frenck) +2018/08/12 18:41 UTC - [43d3c2a](https://github.com/hassio-addons/addon-example/commit/43d3c2add104a861583ed36707f0f6834557d86a) by [@frenck](https://github.com/frenck) +> :books: Updates READMEs + +2018/08/12 18:41 UTC - [98a8d8a](https://github.com/hassio-addons/addon-example/commit/98a8d8aa9eb2321d470ac12cb7d77440d94d8001) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades base image to v2.1.0 + +2018/08/12 18:41 UTC - [5dc3347](https://github.com/hassio-addons/addon-example/commit/5dc334722b6bfa0d0cb0dc72bb6689aea4c81182) by [@frenck](https://github.com/frenck) > :arrow_up: Upgrades base images in build.json as well diff --git a/example/README.md b/example/README.md index 9af557ce0..e36d0916b 100644 --- a/example/README.md +++ b/example/README.md @@ -6,6 +6,8 @@ [![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] +[![Support my work on Patreon][patreon-shield]][patreon] + Example add-on by Community Hass.io add-ons. ## About @@ -46,14 +48,16 @@ If you are more interested in stable releases of our add-ons: -[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg +[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg +[buymeacoffee]: https://www.buymeacoffee.com/frenck +[discord-shield]: https://img.shields.io/discord/478094546522079232.svg +[discord]: https://discord.me/hassioaddons +[docs]: https://github.com/hassio-addons/addon-example/blob/43d3c2a/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io?u=frenck -[discord-shield]: https://img.shields.io/discord/330944238910963714.svg -[discord]: https://discord.gg/c5DvZ4e [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg -[release-shield]: https://img.shields.io/badge/version-5dc3347-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/5dc3347 -[docs]: https://github.com/hassio-addons/addon-example/blob/5dc3347/README.md -[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg -[buymeacoffee]: https://www.buymeacoffee.com/frenck \ No newline at end of file +[patreon-shield]: https://www.frenck.nl/images/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-43d3c2a-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/43d3c2a \ No newline at end of file diff --git a/example/config.json b/example/config.json index b43fca0dd..7243c37f7 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "5dc3347", + "version": "43d3c2a", "slug": "example", "description": "Example add-on by Community Hass.io Add-ons", "url": "https://github.com/hassio-addons/addon-example",