From ce99d5cea74e76b9ceb6e9cbe4265a5932f161cd Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 7 May 2018 20:12:21 +0200 Subject: [PATCH] Version bump - 0.2.8 --- README.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38bc532..0806b40 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # hass-configurator-docker Linux x32/64 and ARM (raspberry) builds for the hass-configurator -[![Build Status](https://travis-ci.org/CausticLab/hass-configurator-docker.svg?branch=0.2.6)](https://travis-ci.org/CausticLab/hass-configurator-docker) +[![Build Status](https://travis-ci.org/CausticLab/hass-configurator-docker.svg?branch=0.2.8)](https://travis-ci.org/CausticLab/hass-configurator-docker) ### Usage @@ -9,7 +9,7 @@ Linux x32/64 and ARM (raspberry) builds for the hass-configurator Example docker-compose.yaml ```yaml hass-configurator: - image: "causticlab/hass-configurator-docker:arm-0.2.6" + image: "causticlab/hass-configurator-docker:arm-0.2.8" restart: always ports: - "3218:3218/tcp" diff --git a/VERSION b/VERSION index a53741c..08456a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.6 \ No newline at end of file +0.2.8 \ No newline at end of file