From 54e762542050daccf427f7a35d994bcf47ce1aa6 Mon Sep 17 00:00:00 2001 From: Tod Schmidt Date: Fri, 17 Aug 2018 19:06:51 -0400 Subject: [PATCH] Update Snips to 0.58.3 (#376) * 0.58.2 * Update build.json * 0.58.3 * 0.58.3 * 0.58.3 * 0.58.3 * cleanup --- snips/CHANGELOG.md | 4 ++++ snips/build.json | 4 ++-- snips/config.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/snips/CHANGELOG.md b/snips/CHANGELOG.md index 3f26834..68f272c 100644 --- a/snips/CHANGELOG.md +++ b/snips/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.3 +- Updated to latest snips 0.58.3 +- NOTE: This version requires an updated assistant from the Snips Console. + ## 3.2 - Added snips-asr-injections service to allow dynamic entity names diff --git a/snips/build.json b/snips/build.json index 87bf64b..fbd423a 100644 --- a/snips/build.json +++ b/snips/build.json @@ -1,6 +1,6 @@ { "build_from": { - "armhf": "snipsdocker/platform:arm-0.56.4", - "amd64": "snipsdocker/platform:x86-0.56.4" + "armhf": "snipsdocker/platform:arm-0.58.3", + "amd64": "snipsdocker/platform:x86-0.58.3" } } diff --git a/snips/config.json b/snips/config.json index a04fa3c..d712581 100644 --- a/snips/config.json +++ b/snips/config.json @@ -1,6 +1,6 @@ { "name": "Snips.AI", - "version": "3.2", + "version": "3.3", "slug": "snips", "description": "Local voice control platform", "url": "https://home-assistant.io/addons/snips/",