diff --git a/.homeychangelog.json b/.homeychangelog.json index 9025f16..45d6798 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -46,5 +46,8 @@ }, "3.5.0": { "en": "New scripts now use the new Homey API" + }, + "3.5.1": { + "en": "Update homey-api" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 2218b32..0cf4568 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,7 +1,7 @@ { "id": "com.athom.homeyscript", "sdk": 3, - "version": "3.5.0", + "version": "3.5.1", "compatibility": ">=5.0.0", "name": { "en": "HomeyScript" diff --git a/app.json b/app.json index cffd945..630048d 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "com.athom.homeyscript", "sdk": 3, - "version": "3.5.0", + "version": "3.5.1", "compatibility": ">=5.0.0", "name": { "en": "HomeyScript"