Upgrade cli to 1.1.2 (#247)

* Update build.json

* Update config.json

* Update CHANGELOG.md

* Update build.json

* Update config.json

* Update CHANGELOG.md
This commit is contained in:
Pascal Vizeli
2018-02-10 17:34:31 +01:00
committed by GitHub
parent a7365431e1
commit d169c946b0
6 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
# Changelog # Changelog
## 4.4
- Update Hass.io CLI to 1.1.2
## 4.3 ## 4.3
- Downgrade Hass.io CLI to 1.0.1 - Downgrade Hass.io CLI to 1.0.1

View File

@@ -1,5 +1,5 @@
{ {
"args": { "args": {
"CLI_VERSION": "1.0.1" "CLI_VERSION": "1.1.2"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "Git pull", "name": "Git pull",
"version": "4.3", "version": "4.4",
"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.3
- Update Hass.io CLI to 1.1.2
## 3.2 ## 3.2
- Downgrade Hass.io CLI to 1.0.1 - Downgrade Hass.io CLI to 1.0.1

View File

@@ -1,5 +1,5 @@
{ {
"args": { "args": {
"CLI_VERSION": "1.0.1" "CLI_VERSION": "1.1.2"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "SSH server", "name": "SSH server",
"version": "3.2", "version": "3.3",
"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/",