diff --git a/snips/CHANGELOG.md b/snips/CHANGELOG.md index 9555d2c..173b8ba 100644 --- a/snips/CHANGELOG.md +++ b/snips/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.0 +- Updated to latest snips version 0.53.17 + ## 0.9 - Update preinstalled assistant for Home-Assistant diff --git a/snips/build.json b/snips/build.json index c791b34..accdc96 100644 --- a/snips/build.json +++ b/snips/build.json @@ -1,6 +1,6 @@ { "build_from": { - "armhf": "snipsdocker/platform:arm-0.52.7", - "amd64": "snipsdocker/platform:x86-0.52.7" + "armhf": "snipsdocker/platform:arm-0.53.17", + "amd64": "snipsdocker/platform:x86-0.53.17" } } diff --git a/snips/config.json b/snips/config.json index 520a2e9..623b58c 100644 --- a/snips/config.json +++ b/snips/config.json @@ -1,6 +1,6 @@ { "name": "Snips.AI", - "version": "0.9", + "version": "1.0", "slug": "snips", "description": "Local voice control platform", "url": "https://home-assistant.io/addons/snips/",