diff --git a/.homeychangelog.json b/.homeychangelog.json index 45d6798..510e3ec 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -49,5 +49,8 @@ }, "3.5.1": { "en": "Update homey-api" + }, + "3.6.0": { + "en": "Added translations." } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index c6075fd..a7b701b 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,7 +1,7 @@ { "id": "com.athom.homeyscript", "sdk": 3, - "version": "3.5.1", + "version": "3.6.0", "compatibility": ">=5.0.0", "name": { "en": "HomeyScript", diff --git a/app.json b/app.json index 34c390f..93d059b 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.1", + "version": "3.6.0", "compatibility": ">=5.0.0", "name": { "en": "HomeyScript",