From 108f2a9892c70343a0e84a2c58ea84a254af7957 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 25 Feb 2018 15:25:38 +0100 Subject: [PATCH] Update snips to version 0.52.7 (#254) * Update snips to version 0.52.7 * Update config.json * Update CHANGELOG.md --- snips/CHANGELOG.md | 5 ++++- snips/build.json | 4 ++-- snips/config.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/snips/CHANGELOG.md b/snips/CHANGELOG.md index 90f7c85..258c3b4 100644 --- a/snips/CHANGELOG.md +++ b/snips/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -## 0.7.0 ## +## 0.8 +- Updated to latest snips version 0.52.7 + +## 0.7 - Updated to latest snips version 0.51.14 - Added default assistant for hassio builtin intents diff --git a/snips/build.json b/snips/build.json index d4bab99..c791b34 100644 --- a/snips/build.json +++ b/snips/build.json @@ -1,6 +1,6 @@ { "build_from": { - "armhf": "snipsdocker/platform:arm-0.51.14", - "amd64": "snipsdocker/platform:x86-0.51.14" + "armhf": "snipsdocker/platform:arm-0.52.7", + "amd64": "snipsdocker/platform:x86-0.52.7" } } diff --git a/snips/config.json b/snips/config.json index 8b4098d..5f68943 100644 --- a/snips/config.json +++ b/snips/config.json @@ -1,6 +1,6 @@ { "name": "Snips.AI", - "version": "0.7", + "version": "0.8", "slug": "snips", "description": "Local voice control platform", "url": "https://home-assistant.io/addons/snips/",