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/",