From 4c2217ab187b6ebd550449138bb7c8959ead68cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rune=20Moskvil=20Lyng=C3=A5s?= Date: Tue, 6 Feb 2024 06:24:22 +0100 Subject: [PATCH] Bump version to v1.6.0 Changelog: Added driver 'Remootio Device API' which uses Remootio's Device API instead of WebSocket API. Read the readme to see differences and limitations --- .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 71f6da3..99c997b 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -64,5 +64,8 @@ }, "1.5.2": { "en": "Dependency updates" + }, + "1.6.0": { + "en": "Added driver 'Remootio Device API' which uses Remootio's Device API instead of WebSocket API. Read the readme to see differences and limitations" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 8526130..49a81cb 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "no.runely.remootio", - "version": "1.5.2", + "version": "1.6.0", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#ed6517", diff --git a/app.json b/app.json index 77e97a0..58d5d70 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.remootio", - "version": "1.5.2", + "version": "1.6.0", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#ed6517",