Skip to content

Commit

Permalink
Bump version to v1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joolee committed Feb 28, 2022
1 parent d40a915 commit 1eaf194
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@
"1.11.2": {
"en": "Improved P1 parsing of corrupt datagrams",
"nl": "Verwerken van corrupte datagramd van P1 apparaten is verbeterd"
},
"1.11.3": {
"en": "Fix a crash during pairing, adds bunch of error loging to track down a capabilities error",
"nl": "Lost een crash op bij pairen, voegt een stapel error logging toe om een error mbt capabilities op te zoeken"
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nl.joolee.homey.espeasy",
"version": "1.11.2",
"version": "1.11.3",
"compatibility": ">=2.0",
"sdk": 2,
"brandColor": "#2F4252",
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": "nl.joolee.homey.espeasy",
"version": "1.11.2",
"version": "1.11.3",
"compatibility": ">=2.0",
"sdk": 2,
"brandColor": "#2F4252",
Expand Down

0 comments on commit 1eaf194

Please sign in to comment.