From 3fcd5cc2843a7c13c6f1539fe9d5874941fb47d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 13:30:02 +0000 Subject: [PATCH] Update Homey App Version to v1.1.3 --- .homeychangelog.json | 3 +++ .homeycompose/app.json | 2 +- app.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index db774ca..b174f16 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -22,5 +22,8 @@ }, "1.1.1": { "en": "Fixed an issue that could cause devices to remain unavailable after power loss, added max_distance setting to Everything Presence Lite." + }, + "1.1.3": { + "en": "Fixes an issue that could cause the app to crash in rare circumstances." } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index c6db4f6..2064349 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "io.everythingsmart", - "version": "1.1.2", + "version": "1.1.3", "compatibility": ">=5.0.0", "sdk": 3, "platforms": ["local"], diff --git a/app.json b/app.json index e79911a..1471f0d 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.1.2", + "version": "1.1.3", "compatibility": ">=5.0.0", "sdk": 3, "platforms": ["local"],