diff --git a/README.md b/README.md index 4b75c9a76..b189bcef2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ It is a docker image (supervisor) they manage HomeAssistant docker and give a in - **0.1**: Initial supervisor with setup HomeAssistant docker - **0.2**: Support for basic HostControll - **0.3**: Refactor code and add basic rest api +- **0.4**: Move network api code / ssl folder # 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 21f27e5a5..834b0974c 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "hassio_tag": "0.3", + "hassio_tag": "0.4", "homeassistant_tag": "0.41", "resinos_version": "0.3", "resinhup_version": "0.1"