Skip to content

Commit

Permalink
Bumps version to v1.0.5
Browse files Browse the repository at this point in the history
Changelog: Fix race condition in unit initialisation
  • Loading branch information
Joolee committed Jun 2, 2020
1 parent 5a2ae50 commit 68c2bcd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
45 changes: 24 additions & 21 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
{
"1.0.0": {
"en": "Initial release",
"nl": "Eerste release"
},
"1.0.1": {
"en": "Updated app description",
"nl": "Applicatiebeschrijving geüpdatet"
},
"1.0.2": {
"en": "Fixed bug in unit initialisation",
"nl": "Bug opgelost in het laden van een nieuwe unit"
},
"1.0.3": {
"en": "Added Dutch translation",
"nl": "Nederlandse vertaling toegevoegd"
},
"1.0.4": {
"en": "Fixed unit ID handling which could prevent adding a unit",
"nl": "Verwerking van unit ID verbeterd. Dit kon zorgen dat een unit niet toegevoegd kon worden"
}
}
"1.0.0": {
"en": "Initial release",
"nl": "Eerste release"
},
"1.0.1": {
"en": "Updated app description",
"nl": "Applicatiebeschrijving geüpdatet"
},
"1.0.2": {
"en": "Fixed bug in unit initialisation",
"nl": "Bug opgelost in het laden van een nieuwe unit"
},
"1.0.3": {
"en": "Added Dutch translation",
"nl": "Nederlandse vertaling toegevoegd"
},
"1.0.4": {
"en": "Fixed unit ID handling which could prevent adding a unit",
"nl": "Verwerking van unit ID verbeterd. Dit kon zorgen dat een unit niet toegevoegd kon worden"
},
"1.0.5": {
"en": "Fix race condition in unit initialisation"
}
}
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nl.joolee.homey.espeasy",
"version": "1.0.4",
"version": "1.0.5",
"compatibility": ">=2.0",
"sdk": 2,
"brandColor": "#2F4252",
Expand Down

0 comments on commit 68c2bcd

Please sign in to comment.