Skip to content

Commit

Permalink
Bump version to v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joolee committed Jan 24, 2022
1 parent 75fa58e commit 57ac7cf
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 39 deletions.
4 changes: 4 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,9 @@
"1.9.0": {
"en": "Added a bunch of flow cards for sensors and units; Lots of other small bugfixes and improvements",
"nl": "Een stapel flowkaarten toegevoegd voor sensoren en units; Een heleboel andere bugfixes en verbeteringen"
},
"1.9.1": {
"en": "Fixed bug preventing gas readings for P1 device to work. Removed all but one NPM dependency from the app to reduce vulnerabilities",
"nl": "Een bug opgelost welke ervoor zorgde dat de gasmetingen van een P1 apparaat niet werkte. Op één na alle code dependencies verwijderd om beveiligingsproblemen te voorkomen."
}
}
76 changes: 38 additions & 38 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.9.0",
"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.9.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"
}
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.9.0",
"version": "1.9.1",
"compatibility": ">=2.0",
"sdk": 2,
"brandColor": "#2F4252",
Expand Down

0 comments on commit 57ac7cf

Please sign in to comment.