From 618fd7b2692907edf09a4e7fd02e66af9e27c644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rune=20Moskvil=20Lyng=C3=A5s?= Date: Sat, 16 Nov 2024 18:38:33 +0100 Subject: [PATCH] Bump version to v1.5.6 Changelog: Dependency updates. Clean up --- .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 1271efc..fd6abe2 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -97,5 +97,8 @@ }, "1.5.5": { "en": "Dependency updates" + }, + "1.5.6": { + "en": "Dependency updates. Clean up" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 95e3b2d..e7a55e0 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "no.runely.jslogic", - "version": "1.5.5", + "version": "1.5.6", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#F0A100", diff --git a/app.json b/app.json index eae60c8..c0dff77 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "no.runely.jslogic", - "version": "1.5.5", + "version": "1.5.6", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#F0A100",