diff --git a/README.md b/README.md index 9a269205e..02593d389 100644 --- a/README.md +++ b/README.md @@ -716,10 +716,10 @@ SOFTWARE. [lutron-cert-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [lutron-cert-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [lutron-cert-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/ae3d613 -[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/ae3d613/README.md +[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/372606b +[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/372606b/README.md [mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues -[mqtt-version-shield]: https://img.shields.io/badge/version-ae3d613-blue.svg +[mqtt-version-shield]: https://img.shields.io/badge/version-372606b-blue.svg [mqtt-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/mqtt.svg [mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/mqtt/CHANGELOG.md b/mqtt/CHANGELOG.md index 9f27e0e02..b640b09a3 100644 --- a/mqtt/CHANGELOG.md +++ b/mqtt/CHANGELOG.md @@ -1,3 +1,3 @@ -2018/09/26 14:41 UTC - [ae3d613](https://github.com/hassio-addons/addon-mqtt/commit/ae3d613f56f5d173eb76a9bec6eb644e1bf83c6f) by [@ludeeus](https://github.com/ludeeus) -> 📚Updated links +2018/09/26 16:27 UTC - [372606b](https://github.com/hassio-addons/addon-mqtt/commit/372606bc099369dbbcf003c3a1fb1abce9730f47) by [@ludeeus](https://github.com/ludeeus) +> 🚜Refactored code and added better https support diff --git a/mqtt/README.md b/mqtt/README.md index f6dbef327..74f99bcb8 100644 --- a/mqtt/README.md +++ b/mqtt/README.md @@ -41,11 +41,11 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/ludeeus [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-mqtt/blob/ae3d613/README.md +[docs]: https://github.com/hassio-addons/addon-mqtt/blob/372606b/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-ons-mqtt-server-web-client/70376 [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-ae3d613-blue.svg -[release]: https://github.com/hassio-addons/addon-mqtt/tree/ae3d613 +[release-shield]: https://img.shields.io/badge/version-372606b-blue.svg +[release]: https://github.com/hassio-addons/addon-mqtt/tree/372606b [screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png \ No newline at end of file diff --git a/mqtt/config.json b/mqtt/config.json index 931530855..09ffab196 100644 --- a/mqtt/config.json +++ b/mqtt/config.json @@ -1,6 +1,6 @@ { "name": "MQTT Server & Web client", - "version": "ae3d613", + "version": "372606b", "slug": "mqtt", "timeout": 10, "description": "Mosquitto MQTT Server bundled with Hivemq's web client",