Skip to content

Commit

Permalink
Bumpring to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Lydersen committed May 9, 2023
1 parent ef4434d commit a7a04a8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a7a04a8

Please sign in to comment.