From f16d0fc1b7e44f2399b7e7844789be667b52969f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 10 Aug 2019 23:33:27 +0200 Subject: [PATCH] git_pull: Upgrades Hassio CLI to v2.3.0 (#652) --- 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 0ea1e61..13b00ba 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.4 + +- Update Hass.io CLI to 2.3.0 + ## 7.3 - Update Hass.io CLI to 2.2.0 diff --git a/git_pull/build.json b/git_pull/build.json index ee9c196..03e0827 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "2.2.0" + "CLI_VERSION": "2.3.0" } } diff --git a/git_pull/config.json b/git_pull/config.json index 1c1e8b7..7b3c173 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,6 +1,6 @@ { "name": "Git pull", - "version": "7.3", + "version": "7.4", "slug": "git_pull", "description": "Simple git pull to update the local configuration", "url": "https://home-assistant.io/addons/git_pull/",