From b21cc716d339a3423e4665a27b7a5bc6d7e0aacf Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 25 Mar 2018 23:52:30 +0200 Subject: [PATCH] Update Snips to version 0.53.17 (#270) * Update build.json * Update CHANGELOG.md * Update config.json --- snips/CHANGELOG.md | 3 +++ snips/build.json | 4 ++-- snips/config.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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/",