⬆️ Updates Hass.io CLI to 1.3.1 (#309)

This commit is contained in:
Franck Nijhof
2018-06-01 16:51:21 +02:00
committed by Pascal Vizeli
parent 6b149d3236
commit 594d0433ec
6 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
# Changelog # Changelog
## 4.7
- Update Hass.io CLI to 1.3.1
## 4.6 ## 4.6
- Update Hass.io CLI to 1.3.0 - Update Hass.io CLI to 1.3.0

View File

@@ -1,5 +1,5 @@
{ {
"args": { "args": {
"CLI_VERSION": "1.3.0" "CLI_VERSION": "1.3.1"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "Git pull", "name": "Git pull",
"version": "4.6", "version": "4.7",
"slug": "git_pull", "slug": "git_pull",
"description": "Simple git pull to update the local configuration", "description": "Simple git pull to update the local configuration",
"url": "https://home-assistant.io/addons/git_pull/", "url": "https://home-assistant.io/addons/git_pull/",

View File

@@ -1,5 +1,8 @@
# Changelog # Changelog
## 3.6
- Update Hass.io CLI to 1.3.1
## 3.5 ## 3.5
- Update Hass.io CLI to 1.3.0 - Update Hass.io CLI to 1.3.0

View File

@@ -1,5 +1,5 @@
{ {
"args": { "args": {
"CLI_VERSION": "1.3.0" "CLI_VERSION": "1.3.1"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "SSH server", "name": "SSH server",
"version": "3.5", "version": "3.6",
"slug": "ssh", "slug": "ssh",
"description": "Allows connections over SSH", "description": "Allows connections over SSH",
"url": "https://home-assistant.io/addons/ssh/", "url": "https://home-assistant.io/addons/ssh/",