diff --git a/README.md b/README.md index 886276e3e..5c5a928f9 100644 --- a/README.md +++ b/README.md @@ -863,10 +863,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/c4d604f -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/c4d604f/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/0944486 +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/0944486/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-c4d604f-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-0944486-blue.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 [nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/nut/CHANGELOG.md b/nut/CHANGELOG.md index f7f70ddaa..8f077f093 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v0.8.0 +- ⬆ Upgrade lock-threads workflow to 3.0.0 (#183) - Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#179) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> diff --git a/nut/README.md b/nut/README.md index 21d402038..ec4a85d7f 100644 --- a/nut/README.md +++ b/nut/README.md @@ -61,5 +61,5 @@ If you are more interested in stable releases of our add-ons: [nut-features]: https://networkupstools.org/features.html [nut-ha-docs]: https://www.home-assistant.io/integrations/nut/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-c4d604f-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/c4d604f \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-0944486-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/0944486 \ No newline at end of file diff --git a/nut/config.json b/nut/config.json index ed3199bc4..5c1fe36c5 100644 --- a/nut/config.json +++ b/nut/config.json @@ -1,6 +1,6 @@ { "name": "Network UPS Tools", - "version": "c4d604f", + "version": "0944486", "slug": "nut", "description": "Manage battery backup (UPS) devices", "url": "https://github.com/hassio-addons/addon-nut",