diff --git a/.homeychangelog.json b/.homeychangelog.json index b9df598..03304d2 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -1,5 +1,8 @@ { "1.0.0": { "en": "Add support for Everything Presence One." + }, + "1.0.1": { + "en": "Improve connection stability." } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 50962f9..01c215b 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,20 +1,29 @@ { "id": "io.everythingsmart", - "version": "1.0.0", + "version": "1.0.1", "compatibility": ">=5.0.0", "sdk": 3, - "platforms": ["local"], + "platforms": [ + "local" + ], "name": { "en": "Everything Smart" }, "tags": { - "en": ["everything", "presence", "everythingsmart", "mmwave"] + "en": [ + "everything", + "presence", + "everythingsmart", + "mmwave" + ] }, "brandColor": "#5621F5", "description": { "en": "Builing a Better Smart Home" }, - "category": ["security"], + "category": [ + "security" + ], "permissions": [], "images": { "small": "/assets/images/small.png", @@ -40,4 +49,4 @@ } } } -} +} \ No newline at end of file diff --git a/app.json b/app.json index 8660783..3a6afa1 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "io.everythingsmart", - "version": "1.0.0", + "version": "1.0.1", "compatibility": ">=5.0.0", "sdk": 3, "platforms": [