diff --git a/README.md b/README.md index 513cb84c6..6af415f6a 100644 --- a/README.md +++ b/README.md @@ -1096,10 +1096,10 @@ SOFTWARE. [mopidy-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [mopidy-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [mopidy-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/5eb1fe2 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/5eb1fe2/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/3bb08ab +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/3bb08ab/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-5eb1fe2-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-3bb08ab-blue.svg [nut-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/nut-armhf.svg [nut-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [nut-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/nut/CHANGELOG.md b/nut/CHANGELOG.md index 4e5e24ab1..bbdcdb2c7 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v0.2.1 +- 🔨Add libusb-compat=0.1.5-r4 - 📚Disable DL3003 in linter Don't want to create more layers if not needed. - 🚑Implement local nut build (#48) diff --git a/nut/README.md b/nut/README.md index efd74b873..cc361dc8d 100644 --- a/nut/README.md +++ b/nut/README.md @@ -76,5 +76,5 @@ If you are more interested in stable releases of our add-ons: [nut-features]: https://networkupstools.org/features.html [nut-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-5eb1fe2-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/5eb1fe2 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-3bb08ab-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/3bb08ab \ No newline at end of file diff --git a/nut/config.json b/nut/config.json index b862a8229..18802bf39 100644 --- a/nut/config.json +++ b/nut/config.json @@ -1,6 +1,6 @@ { "name": "Network UPS Tools", - "version": "5eb1fe2", + "version": "3bb08ab", "slug": "nut", "description": "Manage battery backup (UPS) devices", "url": "https://github.com/hassio-addons/addon-nut",