From cfa7ef843d989bcafa4aad275f1d3fd51394d647 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sun, 26 Jul 2020 18:01:46 +0200 Subject: [PATCH] update release info --- releaseInfo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releaseInfo.json b/releaseInfo.json index 2b529d7..d512fcb 100644 --- a/releaseInfo.json +++ b/releaseInfo.json @@ -1,8 +1,8 @@ { - "releaseTag": "v1.0.5", + "releaseTag": "v1.0.6", "createReleaseTag": "true", - "releaseName": "reset on wifi disconnect", - "description": "in case of wifi disconnect trigger a reset of the system" + "releaseName": "colorPattern and watchdog", + "description": "introduce the colorPattern config option (swap R and G) and use the mqtt boilerplate code with watchdog support" }