diff --git a/README.md b/README.md index 12dc8a66a..f9d808ec2 100644 --- a/README.md +++ b/README.md @@ -1265,10 +1265,10 @@ SOFTWARE. [chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [chrony-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [chrony-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ledfx]: https://github.com/hassio-addons/addon-ledfx/tree/92c0ec4 -[addon-doc-ledfx]: https://github.com/hassio-addons/addon-ledfx/blob/92c0ec4/README.md +[addon-ledfx]: https://github.com/hassio-addons/addon-ledfx/tree/a270d5e +[addon-doc-ledfx]: https://github.com/hassio-addons/addon-ledfx/blob/a270d5e/README.md [ledfx-issue]: https://github.com/hassio-addons/addon-ledfx/issues -[ledfx-version-shield]: https://img.shields.io/badge/version-92c0ec4-blue.svg +[ledfx-version-shield]: https://img.shields.io/badge/version-a270d5e-blue.svg [ledfx-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/ledfx-armhf.svg [ledfx-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [ledfx-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/ledfx/CHANGELOG.md b/ledfx/CHANGELOG.md index 7d90cb043..3f2c9e10b 100644 --- a/ledfx/CHANGELOG.md +++ b/ledfx/CHANGELOG.md @@ -1,3 +1,3 @@ -2019/11/03 19:44 UTC - [92c0ec4](https://github.com/hassio-addons/addon-ledfx/commit/92c0ec41b89170e6279d7b98a571f865499699dd) by [@sinclairpaul](https://github.com/sinclairpaul) -> 🚑Fix nginx SSL config +2019/11/03 22:12 UTC - [a270d5e](https://github.com/hassio-addons/addon-ledfx/commit/a270d5e929822e128b1d3758b2d05e7715bcfd57) by [@sinclairpaul](https://github.com/sinclairpaul) +> 🚑Rewrite ws to wss for SSL diff --git a/ledfx/README.md b/ledfx/README.md index 9ef12254c..f116047f9 100644 --- a/ledfx/README.md +++ b/ledfx/README.md @@ -42,11 +42,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-ledfx/blob/92c0ec4/README.md +[docs]: https://github.com/hassio-addons/addon-ledfx/blob/a270d5e/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 [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-92c0ec4-blue.svg -[release]: https://github.com/hassio-addons/addon-ledfx/tree/92c0ec4 +[release-shield]: https://img.shields.io/badge/version-a270d5e-blue.svg +[release]: https://github.com/hassio-addons/addon-ledfx/tree/a270d5e [screenshot]: https://github.com/hassio-addons/addon-ledfx/raw/master/images/screenshot.png \ No newline at end of file diff --git a/ledfx/config.json b/ledfx/config.json index aed9aa3fe..b36c291b0 100644 --- a/ledfx/config.json +++ b/ledfx/config.json @@ -1,6 +1,6 @@ { "name": "ledfx", - "version": "92c0ec4", + "version": "a270d5e", "slug": "ledfx", "description": "A network based LED effect controller with support for advanced real-time audio effects!", "url": "https://github.com/hassio-addons/addon-ledfx",