diff --git a/README.md b/README.md index a50c49526..a5c403c9d 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/43d3c2a -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/43d3c2a/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/5ee0420 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/5ee0420/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-43d3c2a-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-5ee0420-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 75ad382e9..c52bf17cd 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,11 +1,17 @@ # Changelog since v1.4.0 -2018/08/12 18:41 UTC - [43d3c2a](https://github.com/hassio-addons/addon-example/commit/43d3c2add104a861583ed36707f0f6834557d86a) by [@frenck](https://github.com/frenck) +2018/08/15 17:36 UTC - [5ee0420](https://github.com/hassio-addons/addon-example/commit/5ee042044ac78919b2dcc91351833043e2f291b6) by [@frenck](https://github.com/frenck) +> :books: :shirt: Updates README and links + +2018/08/15 17:36 UTC - [83f7799](https://github.com/hassio-addons/addon-example/commit/83f77998b787fd723b713ce5f1bcc7c8588f3ffc) by [@frenck](https://github.com/frenck) +> :arrow_up: Upgrades base image to v2.1.1 + +2018/08/15 17:36 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) +2018/08/15 17:36 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) +2018/08/15 17:36 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 e36d0916b..661089c75 100644 --- a/example/README.md +++ b/example/README.md @@ -52,12 +52,12 @@ If you are more interested in stable releases of our add-ons: [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 +[docs]: https://github.com/hassio-addons/addon-example/blob/5ee0420/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [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 +[release-shield]: https://img.shields.io/badge/version-5ee0420-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/5ee0420 \ No newline at end of file diff --git a/example/config.json b/example/config.json index 7243c37f7..f50b78d92 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "43d3c2a", + "version": "5ee0420", "slug": "example", "description": "Example add-on by Community Hass.io Add-ons", "url": "https://github.com/hassio-addons/addon-example",