Skip to content

Commit

Permalink
Bump version to v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joolee committed Feb 26, 2022
1 parent a1f77e0 commit 1fef412
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 41 deletions.
6 changes: 5 additions & 1 deletion .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"nl": "Grote interne wijzigingen en ondersteuning voor een hoop nieuwe apparaten"
},
"1.10.1": {
"en": "Fix two crashes; When saving unit settings and receiving corrypt P1 datagram",
"en": "Fix two crashes; When saving unit settings and receiving corrupt P1 datagram",
"nl": "Twee crashes gerepareerd; Bij opslaan unit instellingen en bij ontvangen van een corrupt P1 datagram"
},
"1.11.0": {
Expand All @@ -90,5 +90,9 @@
"1.11.1": {
"en": "Fix crash when not debugging",
"nl": "Lost een crash op wanneer debugging niet actief is"
},
"1.11.2": {
"en": "Improved P1 parsing of corrupt datagrams",
"nl": "Verwerken van corrupte datagramd van P1 apparaten is verbeterd"
}
}
78 changes: 39 additions & 39 deletions .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"id": "nl.joolee.homey.espeasy",
"version": "1.11.1",
"compatibility": ">=2.0",
"sdk": 2,
"brandColor": "#2F4252",
"name": {
"en": "ESP Easy",
"nl": "ESP Easy"
},
"description": {
"en": "Build your own sensors",
"nl": "Bouw je eigen sensoren"
},
"category": [
"tools"
],
"permissions": [],
"images": {
"large": "/assets/images/large.png",
"small": "/assets/images/small.png"
},
"author": {
"name": "Joolee",
"email": "[email protected]"
},
"contributing": {
"donate": {
"paypal": {
"username": "joolee3000"
}
}
},
"bugs": {
"url": "https://github.com/Joolee/nl.joolee.homey.espeasy/issues"
},
"homeyCommunityTopicId": 30381,
"source": "https://github.com/Joolee/nl.joolee.homey.espeasy",
"homepage": "https://github.com/Joolee/nl.joolee.homey.espeasy/wiki"
}
"id": "nl.joolee.homey.espeasy",
"version": "1.11.2",
"compatibility": ">=2.0",
"sdk": 2,
"brandColor": "#2F4252",
"name": {
"en": "ESP Easy",
"nl": "ESP Easy"
},
"description": {
"en": "Build your own sensors",
"nl": "Bouw je eigen sensoren"
},
"category": [
"tools"
],
"permissions": [],
"images": {
"large": "/assets/images/large.png",
"small": "/assets/images/small.png"
},
"author": {
"name": "Joolee",
"email": "[email protected]"
},
"contributing": {
"donate": {
"paypal": {
"username": "joolee3000"
}
}
},
"bugs": {
"url": "https://github.com/Joolee/nl.joolee.homey.espeasy/issues"
},
"homeyCommunityTopicId": 30381,
"source": "https://github.com/Joolee/nl.joolee.homey.espeasy",
"homepage": "https://github.com/Joolee/nl.joolee.homey.espeasy/wiki"
}
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.1",
"version": "1.11.2",
"compatibility": ">=2.0",
"sdk": 2,
"brandColor": "#2F4252",
Expand Down

0 comments on commit 1fef412

Please sign in to comment.