From 594d0433ec23d3baf52bacad9d5cfab1a221bad9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 1 Jun 2018 16:51:21 +0200 Subject: [PATCH] :arrow_up: Updates Hass.io CLI to 1.3.1 (#309) --- git_pull/CHANGELOG.md | 3 +++ git_pull/build.json | 2 +- git_pull/config.json | 2 +- ssh/CHANGELOG.md | 3 +++ ssh/build.json | 2 +- ssh/config.json | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index ca8d57d..bf6100c 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.7 +- Update Hass.io CLI to 1.3.1 + ## 4.6 - Update Hass.io CLI to 1.3.0 diff --git a/git_pull/build.json b/git_pull/build.json index 01c90ca..e1abaca 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.3.0" + "CLI_VERSION": "1.3.1" } } diff --git a/git_pull/config.json b/git_pull/config.json index 23c975c..11ee896 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,6 +1,6 @@ { "name": "Git pull", - "version": "4.6", + "version": "4.7", "slug": "git_pull", "description": "Simple git pull to update the local configuration", "url": "https://home-assistant.io/addons/git_pull/", diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 87e8ab1..1276d01 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.6 +- Update Hass.io CLI to 1.3.1 + ## 3.5 - Update Hass.io CLI to 1.3.0 diff --git a/ssh/build.json b/ssh/build.json index 01c90ca..e1abaca 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "1.3.0" + "CLI_VERSION": "1.3.1" } } diff --git a/ssh/config.json b/ssh/config.json index 423653f..5fb0c48 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "3.5", + "version": "3.6", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://home-assistant.io/addons/ssh/",