⬆️ Updating add-on Example to 8d33137

This commit is contained in:
Community Hass.io Add-ons Bot 2020-01-02 10:07:50 +00:00
parent 46ef9c8624
commit 9fa468e9db
4 changed files with 29 additions and 14 deletions

View file

@ -1,5 +1,20 @@
# Changelog since v3.1.0
2019/12/18 14:42 UTC - [a3c1702](https://github.com/hassio-addons/addon-example/commit/a3c17023dad97e38c3440dbea9a04ecd0c97a52d) by [@sinclairpaul](https://github.com/sinclairpaul)
2020/01/02 10:02 UTC - [8d33137](https://github.com/hassio-addons/addon-example/commit/8d33137226a17184c1b6e0e00e34b9a2193ab685) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades add-on base image to v6.0.1
2020/01/02 10:02 UTC - [2efa344](https://github.com/hassio-addons/addon-example/commit/2efa34414ff6043476502c35c0122bc41febafa0) by [@frenck](https://github.com/frenck)
> :pencil2: Funding adjustments
2020/01/02 10:02 UTC - [cceae4c](https://github.com/hassio-addons/addon-example/commit/cceae4c6ee1dddbf365797e97e391aef7fbaef6c) by [@frenck](https://github.com/frenck)
> :pencil2: Fixes some spelling and grammar
2020/01/02 10:02 UTC - [8824edd](https://github.com/hassio-addons/addon-example/commit/8824eddf8dec733f68c0082f0e2ae6bf3b9cbff3) by [@frenck](https://github.com/frenck)
> :books: Adjust add-on installation instructions
2020/01/02 10:02 UTC - [91433c9](https://github.com/hassio-addons/addon-example/commit/91433c95e8b83a6ea34bb7b5ae0748ee750e30ff) by [@frenck](https://github.com/frenck)
> :fireworks: Updates maintenance/license year to 2020
2020/01/02 10:02 UTC - [a3c1702](https://github.com/hassio-addons/addon-example/commit/a3c17023dad97e38c3440dbea9a04ecd0c97a52d) by [@sinclairpaul](https://github.com/sinclairpaul)
> 🚑Fix permissions on shell scripts (#16)

View file

@ -4,9 +4,9 @@
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
[![Sponsor Frenck via GitHub Sponsors][github-sponsors-shield]][github-sponsors]
[![Support my work on Patreon][patreon-shield]][patreon]
[![Support Frenck on Patreon][patreon-shield]][patreon]
Example add-on by Community Hass.io add-ons.
@ -48,16 +48,16 @@ If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[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/a3c1702/README.md
[docs]: https://github.com/hassio-addons/addon-example/blob/8d33137/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/2019.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png
[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/2020.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-a3c1702-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/a3c1702
[release-shield]: https://img.shields.io/badge/version-8d33137-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/8d33137

View file

@ -1,6 +1,6 @@
{
"name": "Example",
"version": "a3c1702",
"version": "8d33137",
"slug": "example",
"description": "Example add-on by Community Hass.io Add-ons",
"url": "https://github.com/hassio-addons/addon-example",