diff --git a/README.md b/README.md index 5f60685b..65dd942d 100644 --- a/README.md +++ b/README.md @@ -840,10 +840,10 @@ SOFTWARE. [grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [grocy-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [grocy-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v3.0.4 -[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v3.0.4/README.md +[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v3.0.5 +[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v3.0.5/README.md [happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues -[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v3.0.4-blue.svg +[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v3.0.5-blue.svg [happy-bubbles-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/happy-bubbles-armhf.svg [happy-bubbles-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/happy-bubbles/CHANGELOG.md b/happy-bubbles/CHANGELOG.md index e87c2703..d0cee17c 100644 --- a/happy-bubbles/CHANGELOG.md +++ b/happy-bubbles/CHANGELOG.md @@ -4,12 +4,16 @@ This is a general maintenance release. ### 🔨 Changes -- :books: Component > Integration (#7) -- :arrow_up: Upgrades add-on base image to v5.0.2 -- :fire: Removes unneeded access to config folder -- :arrow_up: Upgrades ginx to 1.16.1-r1 +- :fireworks: Updates maintenance/license year to 2020 +- :pencil2: Funding adjustments +- :pencil2: Fixes some spelling and grammar +- :arrow_up: Upgrades add-on base image to v6.0.1 +- :arrow_up: Upgrades lua-resty-http to 0.15-r0 +- :arrow_up: Upgrades nginx to 1.16.1-r4 +- :books: Adjust add-on installation instructions -[changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v3.0.3...v3.0.4 +[changelog]: https://github.com/hassio-addons/addon-happy-bubbles/compare/v3.0.4...v3.0.5 Questions? Join our Discord server! https://discord.me/hassioaddons -Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck \ No newline at end of file +Enjoying my add-ons? Consider supporting my work: +https://github.com/sponsors/frenck or https://patreon.com/frenck \ No newline at end of file diff --git a/happy-bubbles/README.md b/happy-bubbles/README.md index eb3aff50..4a8abef4 100644 --- a/happy-bubbles/README.md +++ b/happy-bubbles/README.md @@ -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] Presence detection server for Happy Bubbles Bluetooth beacon-based presence detection system. @@ -45,16 +45,16 @@ If you are more interested in stable releases of our add-ons: -[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-happy-bubbles/blob/v3.0.4/README.md +[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v3.0.5/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-happy-bubbles/53511?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-v3.0.4-blue.svg -[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v3.0.4 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v3.0.5-blue.svg +[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v3.0.5 \ No newline at end of file diff --git a/happy-bubbles/config.json b/happy-bubbles/config.json index eda4b5bd..50a277f4 100644 --- a/happy-bubbles/config.json +++ b/happy-bubbles/config.json @@ -1,6 +1,6 @@ { "name": "Happy Bubbles", - "version": "3.0.4", + "version": "3.0.5", "slug": "happy-bubbles", "description": "Presence detection server for Happy Bubbles Bluetooth beacon-based presence detection system.", "url": "https://github.com/hassio-addons/addon-happy-bubbles",