From 20d5045c4fe2befdd48a966f96d5ea5d00c82698 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 4 Apr 2021 21:17:27 +0000 Subject: [PATCH] :arrow_up: Updating add-on ADB - Android Debug Bridge to 3d4a364 --- README.md | 6 +++--- adb/CHANGELOG.md | 1 + adb/README.md | 4 ++-- adb/config.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6fe50d47e..05d1cb00a 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/b18e366 -[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/b18e366/README.md +[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/3d4a364 +[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/3d4a364/README.md [adb-issue]: https://github.com/hassio-addons/addon-adb/issues -[adb-version-shield]: https://img.shields.io/badge/version-b18e366-blue.svg +[adb-version-shield]: https://img.shields.io/badge/version-3d4a364-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 8d4b6f9a4..ee6504d9a 100644 --- a/adb/CHANGELOG.md +++ b/adb/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v0.7.0 +- ⬆️ Upgrades add-on base image to v6.1.4 (#50) - ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#49) Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.0. diff --git a/adb/README.md b/adb/README.md index 4a82c20fd..49f1c6dbc 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-b18e366-blue.svg -[release]: https://github.com/hassio-addons/addon-adb/tree/b18e366 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-3d4a364-blue.svg +[release]: https://github.com/hassio-addons/addon-adb/tree/3d4a364 \ No newline at end of file diff --git a/adb/config.json b/adb/config.json index fd2b7adc1..0a273e27f 100644 --- a/adb/config.json +++ b/adb/config.json @@ -1,6 +1,6 @@ { "name": "ADB - Android Debug Bridge", - "version": "b18e366", + "version": "3d4a364", "slug": "adb", "description": "The Android Debug Bridge server program", "url": "https://github.com/hassio-addons/addon-adb",