From 820daa4f2bb76937d497a578a27bbc7d5a1b6ede Mon Sep 17 00:00:00 2001 From: pvizeli Date: Fri, 7 Apr 2017 11:58:40 +0200 Subject: [PATCH] Select Release 0.5 as stable --- README.md | 1 + version.json | 2 +- version_beta.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2be436693..c4fd7723d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ It is a docker image (supervisor) they manage HomeAssistant docker and give a in - **0.2**: Support for basic HostControll - **0.3**: Refactor code and add basic rest api - **0.4**: Move network api code / ssl folder +- **0.5**: Make api compatible to hass component v1 # Hardware Image The image is based on ResinOS and Yocto Linux. It comes with the HassIO supervisor pre-installed. This includes support to update the supervisor over the air. After flashing your host OS will not require any more maintenance! The image does not include Home Assistant, instead it will downloaded when the image boots up for the first time. diff --git a/version.json b/version.json index 834b0974c..abc5b353b 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "hassio_tag": "0.4", + "hassio_tag": "0.5", "homeassistant_tag": "0.41", "resinos_version": "0.3", "resinhup_version": "0.1" diff --git a/version_beta.json b/version_beta.json index 834b0974c..abc5b353b 100644 --- a/version_beta.json +++ b/version_beta.json @@ -1,5 +1,5 @@ { - "hassio_tag": "0.4", + "hassio_tag": "0.5", "homeassistant_tag": "0.41", "resinos_version": "0.3", "resinhup_version": "0.1"