diff --git a/.homeychangelog.json b/.homeychangelog.json index 307ef0c..08b81af 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -41,5 +41,8 @@ }, "0.7.3": { "en": "Rework connection logic" + }, + "0.7.4": { + "en": "Fix possible app crash during the device removal" } } diff --git a/app.json b/app.json index 3c717be..db19762 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "id": "com.gree", - "version": "0.7.3", + "version": "0.7.4", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#ff732e", @@ -1239,4 +1239,4 @@ } } ] -} \ No newline at end of file +}