Update CLI to 1.1.1 (#245)

* Update CLI to 1.1.1

* Update config.json

* Update CHANGELOG.md

* Update run.sh

* Update build.json

* Update config.json

* Update CHANGELOG.md

* Update CHANGELOG.md
This commit is contained in:
Pascal Vizeli
2018-02-07 22:54:49 +01:00
committed by GitHub
parent 2c04d75506
commit 2607a63ba9
7 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 4.2
- Update Hass.io CLI to 1.1.1
## 4.1
- Add support for key validation against ssh cloned GitHub repositories

View File

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

View File

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