diff --git a/README.md b/README.md index 58075a5d4..268790da4 100644 --- a/README.md +++ b/README.md @@ -752,10 +752,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/85b97f5 -[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/85b97f5/README.md +[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/521a59a +[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/521a59a/README.md [adb-issue]: https://github.com/hassio-addons/addon-adb/issues -[adb-version-shield]: https://img.shields.io/badge/version-85b97f5-blue.svg +[adb-version-shield]: https://img.shields.io/badge/version-521a59a-blue.svg [adb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [adb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/adb/CHANGELOG.md b/adb/CHANGELOG.md index afb4c97ae..92196b021 100644 --- a/adb/CHANGELOG.md +++ b/adb/CHANGELOG.md @@ -1,24 +1,10 @@ -# Changelog since v0.6.3 -- Upgrade add-on base image to 6.1.0 (#33) +# Changelog since v0.7.0 +- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#35) -* Upgrade add-on base image to 6.1.0 +Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4. +- [Release notes](https://github.com/frenck/action-addon-linter/releases) +- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0) -* Fix versions +Signed-off-by: dependabot[bot] -* And I didn't even drink yet.. :S -- Add new repository workflow (#32) - -* Add new repository workflow - -* Prettified Code! - -* Migrate Docker build arguments - -* Documentation tweaks - -* Address add-on lint errors - -Co-authored-by: frenck -- Upgrade Code of Conduct (#31) -- Happy New Year (#30) -- Cleanup repository (#29) +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> diff --git a/adb/README.md b/adb/README.md index 349c4f7c2..71e850b74 100644 --- a/adb/README.md +++ b/adb/README.md @@ -45,5 +45,5 @@ If you are more interested in stable releases of our add-ons: [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-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-85b97f5-blue.svg -[release]: https://github.com/hassio-addons/addon-adb/tree/85b97f5 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-521a59a-blue.svg +[release]: https://github.com/hassio-addons/addon-adb/tree/521a59a \ No newline at end of file diff --git a/adb/config.json b/adb/config.json index e0c50465c..a8971c1e7 100644 --- a/adb/config.json +++ b/adb/config.json @@ -1,6 +1,6 @@ { "name": "ADB - Android Debug Bridge", - "version": "85b97f5", + "version": "521a59a", "slug": "adb", "description": "The Android Debug Bridge server program", "url": "https://github.com/hassio-addons/addon-adb",