From 57c91feeb9f1deae1cf22504c32a27d82f1f6248 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 18 Aug 2019 12:25:47 +0200 Subject: [PATCH] git_pull: Upgrades Hassio CLI to v3.1.0 (#665) --- git_pull/CHANGELOG.md | 4 ++++ git_pull/build.json | 2 +- git_pull/config.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index d549120..58069ae 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.6 + +- Update Hass.io CLI to 3.1.0 + ## 7.5 - Update Hass.io CLI to 3.0.0 diff --git a/git_pull/build.json b/git_pull/build.json index 79ca131..010c804 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "3.0.0" + "CLI_VERSION": "3.1.0" } } diff --git a/git_pull/config.json b/git_pull/config.json index be3cdf2..e4d96f8 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,6 +1,6 @@ { "name": "Git pull", - "version": "7.5", + "version": "7.6", "slug": "git_pull", "description": "Simple git pull to update the local configuration", "url": "https://home-assistant.io/addons/git_pull/",