From 68c2bcdd1755f37c1e772fc9260c60c5f8c814e7 Mon Sep 17 00:00:00 2001 From: Joolee Date: Tue, 2 Jun 2020 19:23:01 +0200 Subject: [PATCH] Bumps version to v1.0.5 Changelog: Fix race condition in unit initialisation --- .homeychangelog.json | 45 +++++++++++++++++++++++--------------------- app.json | 2 +- 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index 7838939..8630f4e 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -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" - } -} \ No newline at end of file + "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" + } +} diff --git a/app.json b/app.json index b865de1..591685c 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "id": "nl.joolee.homey.espeasy", - "version": "1.0.4", + "version": "1.0.5", "compatibility": ">=2.0", "sdk": 2, "brandColor": "#2F4252",