diff --git a/README.md b/README.md index 9b5445830..96fac640d 100644 --- a/README.md +++ b/README.md @@ -766,10 +766,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/e96eb6c -[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/e96eb6c/README.md +[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/f70c331 +[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/f70c331/README.md [adb-issue]: https://github.com/hassio-addons/addon-adb/issues -[adb-version-shield]: https://img.shields.io/badge/version-e96eb6c-blue.svg +[adb-version-shield]: https://img.shields.io/badge/version-f70c331-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 43e0bae78..d5cb22946 100644 --- a/adb/CHANGELOG.md +++ b/adb/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog since v0.7.0 +- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 (#46) + +Bumps [actions/stale](https://github.com/actions/stale) from v3.0.17 to v3.0.18. +- [Release notes](https://github.com/actions/stale/releases) +- [Commits](https://github.com/actions/stale/compare/v3.0.17...3b3c3f03cd4d8e2b61e179ef744a0d20efbe90b4) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆ Bump actions/stale from v3.0.16 to v3.0.17 (#44) - ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 (#43) diff --git a/adb/README.md b/adb/README.md index 45cf4a880..ec1126fe8 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-e96eb6c-blue.svg -[release]: https://github.com/hassio-addons/addon-adb/tree/e96eb6c \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-f70c331-blue.svg +[release]: https://github.com/hassio-addons/addon-adb/tree/f70c331 \ No newline at end of file diff --git a/adb/config.json b/adb/config.json index bc0d34054..b929534ee 100644 --- a/adb/config.json +++ b/adb/config.json @@ -1,6 +1,6 @@ { "name": "ADB - Android Debug Bridge", - "version": "e96eb6c", + "version": "f70c331", "slug": "adb", "description": "The Android Debug Bridge server program", "url": "https://github.com/hassio-addons/addon-adb",