git_pull: Upgrades Hassio CLI to v3.1.0 (#665)

This commit is contained in:
Franck Nijhof
2019-08-18 12:25:47 +02:00
committed by Pascal Vizeli
parent 8bc2ade981
commit 57c91feeb9
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 7.6
- Update Hass.io CLI to 3.1.0
## 7.5
- Update Hass.io CLI to 3.0.0

View File

@@ -1,5 +1,5 @@
{
"args": {
"CLI_VERSION": "3.0.0"
"CLI_VERSION": "3.1.0"
}
}

View File

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