From ca04e22a7b161dae87b03dfe769e79ed128a93f7 Mon Sep 17 00:00:00 2001 From: Bob van de Vijver Date: Mon, 29 Jul 2024 11:35:37 +0200 Subject: [PATCH] Bump version to v1.1.1 --- .homeychangelog.json | 3 +++ .homeycompose/app.json | 4 ++-- app.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index cd0bcf81..108344af 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -40,5 +40,8 @@ }, "1.1.0": { "en": "Added method to retrieve device specifications from device settings" + }, + "1.1.1": { + "en": "Redact privacy sensitive fields from device specification" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 41105d85..b0aa4232 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "com.tuya", - "version": "1.1.0", + "version": "1.1.1", "compatibility": ">=10.0.0", "brandColor": "#FF4800", "sdk": 3, @@ -299,4 +299,4 @@ }, "support": "https://homey.app/support", "source": "https://github.com/athombv/com.tuya" -} +} \ No newline at end of file diff --git a/app.json b/app.json index dc435907..e37d0caf 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "com.tuya", - "version": "1.1.0", + "version": "1.1.1", "compatibility": ">=10.0.0", "brandColor": "#FF4800", "sdk": 3,