diff --git a/.homeychangelog.json b/.homeychangelog.json index 2b968c2..c1b9ecc 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -190,5 +190,8 @@ }, "1.1.2": { "en": "New device file and added several dimmers" + }, + "1.2.0": { + "en": "More temperature sensors, Zone support for DALI and the granite touch panel" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 205a078..58233d3 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "com.github.alydersen.hdl-smartbus-homey", - "version": "1.1.2", + "version": "1.2.0", "compatibility": ">=5.0.0", "sdk": 3, "name": { diff --git a/app.json b/app.json index 23d6446..e03c0fa 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "com.github.alydersen.hdl-smartbus-homey", - "version": "1.1.2", + "version": "1.2.0", "compatibility": ">=5.0.0", "sdk": 3, "name": { diff --git a/package-lock.json b/package-lock.json index 5aacb77..5e077c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "com.github.alydersen.homey-smartbus", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "com.github.alydersen.homey-smartbus", - "version": "1.1.2", + "version": "1.2.0", "dependencies": { "smart-bus": "^0.6.0" }, diff --git a/package.json b/package.json index fff47cb..87db507 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.github.alydersen.homey-smartbus", - "version": "1.1.2", + "version": "1.2.0", "main": "app.js", "devDependencies": { "@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.1"