From 1f0f8a217c964462ec1a82e84959c8d5c28848b9 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 29 Aug 2017 23:59:12 +0200 Subject: [PATCH] Snips update 0.4.9 (#176) * Snips update 0.4.9 * Update config.json --- snips/Dockerfile | 4 ++-- snips/config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/snips/Dockerfile b/snips/Dockerfile index 592f228..efe2c50 100644 --- a/snips/Dockerfile +++ b/snips/Dockerfile @@ -1,5 +1,5 @@ -#armhf:FROM snipsdocker/platform:arm-0.4.3 -#amd64:FROM snipsdocker/platform:x86-0.4.3 +#armhf:FROM snipsdocker/platform:arm-0.4.9 +#amd64:FROM snipsdocker/platform:x86-0.4.9 # Copy data COPY run.sh / diff --git a/snips/config.json b/snips/config.json index b6f8a59..2cd14d6 100644 --- a/snips/config.json +++ b/snips/config.json @@ -1,6 +1,6 @@ { "name": "Snips.AI", - "version": "0.4.3-p2", + "version": "0.4.9", "slug": "snips", "description": "Local voice control platform", "url": "https://home-assistant.io/addons/snips/",