diff --git a/git_pull/CHANGELOG.md b/git_pull/CHANGELOG.md index 0ea1e61..13b00ba 100644 --- a/git_pull/CHANGELOG.md +++ b/git_pull/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.4 + +- Update Hass.io CLI to 2.3.0 + ## 7.3 - Update Hass.io CLI to 2.2.0 diff --git a/git_pull/build.json b/git_pull/build.json index ee9c196..03e0827 100644 --- a/git_pull/build.json +++ b/git_pull/build.json @@ -1,5 +1,5 @@ { "args": { - "CLI_VERSION": "2.2.0" + "CLI_VERSION": "2.3.0" } } diff --git a/git_pull/config.json b/git_pull/config.json index 1c1e8b7..7b3c173 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,6 +1,6 @@ { "name": "Git pull", - "version": "7.3", + "version": "7.4", "slug": "git_pull", "description": "Simple git pull to update the local configuration", "url": "https://home-assistant.io/addons/git_pull/",