Skip to content

Commit

Permalink
Bump version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver committed Jul 29, 2024
1 parent 307aeff commit ca04e22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.tuya",
"version": "1.1.0",
"version": "1.1.1",
"compatibility": ">=10.0.0",
"brandColor": "#FF4800",
"sdk": 3,
Expand Down Expand Up @@ -299,4 +299,4 @@
},
"support": "https://homey.app/support",
"source": "https://github.com/athombv/com.tuya"
}
}
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.tuya",
"version": "1.1.0",
"version": "1.1.1",
"compatibility": ">=10.0.0",
"brandColor": "#FF4800",
"sdk": 3,
Expand Down

0 comments on commit ca04e22

Please sign in to comment.